method
local_cache
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
local_cache()private
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 143
def local_cache
LocalCacheRegistry.cache_for(local_cache_key)
end