Caches that implement LocalCache will be backed by an in-memory cache for the duration of a block. Repeated calls to the cache for the same key will hit the in-memory cache for faster access.
Namespace
- CLASS ActiveSupport::Cache::Strategy::LocalCache::LocalStore
- CLASS ActiveSupport::Cache::Strategy::LocalCache::MiddlewareTest
Methods
Instance Public methods