Like MemoryStore, but thread-safe.
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/cache/synchronized_memory_store.rb, line 5 def initialize(*args) ActiveSupport::Deprecation.warn('ActiveSupport::Cache::SynchronizedMemoryStore has been deprecated in favor of ActiveSupport::Cache::MemoryStore.', caller) super end
Generated with the Darkfish Rdoc Generator 2.