Libraries tagged by in-memory cache
beste/in-memory-cache
5271912 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
marvin255/in-memory-cache
1919 Downloads
Array based cache for PHP
bnomei/kirby3-redis-cachedriver
1411 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
jdwx/array-cache
289 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
mouf/utils.cache.in-memory-cache
356689 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
23499 Downloads
Simple class that uses singleton pattern to save whatever in memory
memcrab/imcache
1962 Downloads
PHP In Memory Cache Lib for Memcrab Core API
anik/cache
62 Downloads
timacdonald/cached-valuestore
708 Downloads
An extension of spatie/valuestore with in-memory caching.
romeoz/rock-cache
3083 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.
molajo/cache
476 Downloads
Cache API for PHP applications with APC, Database, File, Memcached, In-memory, Redis, Wincache, and xCache handlers.
littlebizzy/object-cache
2 Downloads
Drop-in persistent object cache for WordPress based on Redis in-memory storage that supports Predis, clusters, and WP-CLI (forked from PressJitsu).
axn/cached-valuestore
741 Downloads
An extension of spatie/valuestore with in-memory caching.
zenstruck/memoize
6 Downloads
Helper trait to efficiently cache expensive methods in memory.
ropi/in-memory-cache
21 Downloads
PSR-16 compatible in-memory cache library