method
local_cache
v6.1.7.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 189
def local_cache
LocalCacheRegistry.cache_for(local_cache_key)
end