Methods

Class Index [+]

Quicksearch

ActiveSupport::Cache::SynchronizedMemoryStore

Like MemoryStore, but thread-safe.

Public Class Methods

new(*args) click to toggle source
   # 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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.