module LocalCache
Ruby on Rails edge
Since v2.3.18Caches 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
Classes
Attributes
Methods (defined here)
- # local_cache
- # middleware
- # new_local_cache
- # unset_local_cache
- # with_local_cache
- self. new