Libraries tagged by PSR_Cache
apix/cache
518383 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
4482692 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.
kodus/file-cache
355409 Downloads
Minimal PSR-16 cache-implementation
graham-campbell/bounded-cache
1447253 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/simple-cache-bridge
2294124 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
sabre/cache
905587 Downloads
Simple cache abstraction layer implementing PSR-16
yiisoft/cache
681168 Downloads
Yii Caching Library
desarrolla2/cache
2334445 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
cache/void-adapter
2766480 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/redis-adapter
3186320 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2327651 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1651837 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
2855109 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/apcu-adapter
2364466 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
roave/doctrine-simplecache
1242284 Downloads
Doctrine Cache adapter for PSR-16 Simple Cache