module LocalCache
Ruby on Rails 8.0.4
Since v2.3.18Local Cache Strategy
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.