Libraries tagged by cache psr6
cache/taggable-cache
2326411 Downloads
Add tag support to your PSR-6 cache implementation
psr-discovery/cache-implementations
5054523 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.
cache/simple-cache-bridge
2431268 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/cache
2591595 Downloads
Library of all the php-cache adapters
madewithlove/illuminate-psr-cache-bridge
1415866 Downloads
cache/void-adapter
2808370 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/redis-adapter
3314012 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2373272 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1696115 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/doctrine-adapter
796472 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2472405 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/integration-tests
2943312 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
divineomega/do-file-cache-psr-6
1747985 Downloads
PSR-6 adapter for DO File Cache
cache/psr-6-doctrine-bridge
955200 Downloads
PSR-6 Doctrine bridge
apix/cache
523920 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.