method
local_cache
v7.1.3.2 -
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 181
def local_cache
LocalCacheRegistry.cache_for(local_cache_key)
end