Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
BSD 3-Clause "New" or "Revised" License
103
stars
52
forks
source link
Add new `max_items` `Memory` adapter option #328
Closed
boesing closed 4 months ago
Description
With v3.0 of the
Memory
adapter, we introducedmax_items
option and droppedmemory_limit
option.