method

local_cache

rails 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