method
set_cache_for
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::LocalCacheRegistry
set_cache_for(local_cache_key, value)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 26
def set_cache_for(local_cache_key, value)
@registry[local_cache_key] = value
end