Libraries tagged by memory cache
sanchescom/laravel-cache-memory
1342 Downloads
Memory cache driver.
php-standard-library/cache
328 Downloads
Async-safe in-memory LRU cache with per-key atomicity
jardisadapter/cache
169 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
1853 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
axn/cached-valuestore
1152 Downloads
An extension of spatie/valuestore with in-memory caching.
g4/data-repository
59237 Downloads
repository php library
bnomei/kirby3-boost
2597 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
azenned/smc
18130 Downloads
Blueflame cache library using shared memory (SHM)
wildwolf/psr-memory-cache
13142 Downloads
PSR-6 and PSR-16 compliant memory cache
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.
nael_d/cachex
21 Downloads
Cachex: A high-performance PHP caching library with support for multiple drivers, tags, and namespaces.
marvin255/in-memory-cache
2090 Downloads
Array based cache for PHP
groupbuy/hyperf-memory-cache
13 Downloads
Hyperf Swoole Table based local L1 memory cache with annotation-driven AOP, single-flight and TTL jitter
anik/cache
117 Downloads
hejunjie/cache
535 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.