Libraries tagged by PSR Cache
apix/cache
519854 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
psr-discovery/cache-implementations
4589470 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
graham-campbell/bounded-cache
1463148 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/taggable-cache
2308578 Downloads
Add tag support to your PSR-6 cache implementation
cache/simple-cache-bridge
2320505 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
sabre/cache
920530 Downloads
Simple cache abstraction layer implementing PSR-16
yiisoft/cache
686039 Downloads
Yii Caching Library
desarrolla2/cache
2342211 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
cache/void-adapter
2775819 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/redis-adapter
3213679 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2337526 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/integration-tests
2870980 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/apcu-adapter
2387269 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
roave/doctrine-simplecache
1248441 Downloads
Doctrine Cache adapter for PSR-16 Simple Cache
lustmored/flysystem-v2-simple-cache-adapter
72545 Downloads
Simple flysystem PSR cache adapter decorator.