Like MemoryStore, but thread-safe.
# File lib/active_support/cache/synchronized_memory_store.rb, line 5 5: def initialize(*args) 6: ActiveSupport::Deprecation.warn('ActiveSupport::Cache::SynchronizedMemoryStore has been deprecated in favor of ActiveSupport::Cache::MemoryStore.', caller) 7: super 8: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.