module ActiveSupport::Cache::Strategy::LocalCache::LocalCacheRegistry
def set_cache_for(local_cache_key, value)
def set_cache_for(local_cache_key, value) registry = ActiveSupport::IsolatedExecutionState[:active_support_local_cache_registry] ||= {} registry[local_cache_key] = value end