module ActiveSupport::Cache::MemcachedStore::DupLocalCache

Private Instance Methods

local_cache() click to toggle source
Calls superclass method
# File lib/active_support/cache/memcached_store.rb, line 248
def local_cache
  if local_cache = super
    DupLocalStore.new(local_cache)
  end
end