laminas / laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
https://docs.laminas.dev/laminas-cache/
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

boesing commented 4 months ago
Q A
Documentation yes

Description

With v3.0 of the Memory adapter, we introduced max_items option and dropped memory_limit option.