method
local_cache
v3.0.9 -
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 148
def local_cache
Thread.current[thread_local_key]
end