Libraries tagged by memory cache
andydefer/storage-kit
2990 Downloads
Storage adapters : Memory, JSONL, and Cache
wildwolf/psr-memory-cache
13246 Downloads
PSR-6 and PSR-16 compliant memory cache
mouf/utils.cache.in-memory-cache
361889 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.
koriym/fusion-cache
1314 Downloads
Memory+File hybrid cache
jdwx/array-cache
3525 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
jardisadapter/cache
206 Downloads
PSR-16 multi-layer cache for PHP — stack Memory, APCu, Redis, and Database backends with automatic read-through backfill and write-through propagation; a building block of the open-source foundation that Jardis-generated DDD code runs on
bnomei/kirby3-redis-cachedriver
1906 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
kuria/cache
763 Downloads
Caching library with driver abstraction
kode/cache
133 Downloads
Kode Cache - 高性能缓存组件,支持文件、内存、Redis、Memcached、APCu、SQLite等多种驱动,用于单机和分布式环境
kwhorne/askr-laravel
376 Downloads
Laravel integration for the Askr application server: session, cache, locks, queue and broadcasting drivers plus automatic page caching (pages are tagged with the models they read) — Redis-free, with an optional durable/replicated SQL Anywhere backend.
g4/data-repository
60144 Downloads
repository php library
bnomei/kirby3-boost
2603 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
azenned/smc
18737 Downloads
Blueflame cache library using shared memory (SHM)
vinks/laravel-memory-cache
49 Downloads
A memory-based simple cache system for Laravel Eloquent. The main goal is to prevent unrequired calls to DB.
marvin255/in-memory-cache
2160 Downloads
Array based cache for PHP