module ActiveSupport::Cache::MemCacheStore::DupLocalCache
def local_cache
def local_cache if ActiveSupport::Cache.format_version == 6.1 if local_cache = super DupLocalStore.new(local_cache) end else super end end
def local_cache if ActiveSupport::Cache.format_version == 6.1 if local_cache = super DupLocalStore.new(local_cache) end else super end end