Libraries tagged by in-memory cache
beste/in-memory-cache
18278606 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
millipress/millicache
5708 Downloads
WordPress Full-Page Cache based on Rules & Flags. Delivers flexible, scalable caching workflows backed by Redis and ValKey in-memory stores.
mouf/utils.cache.in-memory-cache
361536 Downloads
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.
mjsilva/in-memory-storage
28682 Downloads
Simple class that uses singleton pattern to save whatever in memory
anik/cache
156 Downloads
jdwx/array-cache
3344 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
bnomei/kirby3-redis-cachedriver
1897 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
cloud-castle/redis
36 Downloads
Full-featured Redis client for PHP 8.1+: RESP2/RESP3, pipelines, transactions, Pub/Sub, Cluster, Sentinel, TLS, SCAN iterators, transparent serialization and compression, automatic reconnect with backoff and a built-in in-memory Redis server for tests. Zero runtime dependencies.
marvin255/in-memory-cache
2152 Downloads
Array based cache for PHP
php-standard-library/cache
367 Downloads
Async-safe in-memory LRU cache with per-key atomicity
timacdonald/cached-valuestore
717 Downloads
An extension of spatie/valuestore with in-memory caching.
romeoz/rock-cache
3084 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
qubus/cache
200 Downloads
PHP cache library with adapters for Memcached, Redis, Filesystem, APCu and In Memory.
molajo/cache
476 Downloads
Cache API for PHP applications with APC, Database, File, Memcached, In-memory, Redis, Wincache, and xCache handlers.
axn/cached-valuestore
1195 Downloads
An extension of spatie/valuestore with in-memory caching.