method
cache_for
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::LocalCacheRegistry
cache_for(local_cache_key)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 20
def cache_for(local_cache_key)
registry = ActiveSupport::IsolatedExecutionState[:active_support_local_cache_registry] ||= {}
registry[local_cache_key]
end