Libraries tagged by memory cache
wildwolf/psr-memory-cache
12919 Downloads
PSR-6 and PSR-16 compliant memory cache
mouf/utils.cache.in-memory-cache
356751 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.
jdwx/array-cache
367 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
vpg/titon.cache
9451 Downloads
The Titon cache package provides a data caching layer that supports multiple storage engines.
mjsilva/in-memory-storage
23608 Downloads
Simple class that uses singleton pattern to save whatever in memory
zenstruck/memoize
61 Downloads
Helper trait to efficiently cache expensive methods in memory.
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.
sanchescom/laravel-cache-memory
1292 Downloads
Memory cache driver.
anik/cache
62 Downloads
hejunjie/cache
289 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.
timacdonald/cached-valuestore
709 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
82 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.
mauretto78/in-memory-list
495 Downloads
In Memory List