instance method
local_cache
Ruby on Rails 7.1.6
Since v2.3.18 PrivateSignature
local_cache()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 181
def local_cache
LocalCacheRegistry.cache_for(local_cache_key)
end
Defined in activesupport/lib/active_support/cache/strategy/local_cache.rb line 181
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Strategy::LocalCache