Methods

Class Index [+]

Quicksearch

ActiveSupport::Cache::CompressedMemCacheStore

Public Class Methods

new(*args) click to toggle source
    # File lib/active_support/cache/compressed_mem_cache_store.rb, line 4
 4:       def initialize(*args)
 5:         ActiveSupport::Deprecation.warn('ActiveSupport::Cache::CompressedMemCacheStore has been deprecated in favor of ActiveSupport::Cache::MemCacheStore(:compress => true).', caller)
 6:         addresses = args.dup
 7:         options = addresses.extract_options!
 8:         args = addresses + [options.merge(:compress => true)]
 9:         super(*args)
10:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.