beste/in-memory-cache
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
时间:2026-01-04 10:07
nael_d/cachex
Cachex: A PHP caching library with in-memory and file-based storage, offering flexible options for TTL, tags, and namespaces.
时间:2024-10-21 22:18
mouf/utils.cache.in-memory-cache
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
时间:2013-07-21 16:53