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