module ActiveSupport::Cache::Strategy::LocalCache

def local_cache

def local_cache
  LocalCacheRegistry.cache_for(local_cache_key)
end