Libraries tagged by cache psr6
psr-discovery/cache-implementations
5673714 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
2604274 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/cache
2611388 Downloads
Library of all the php-cache adapters
madewithlove/illuminate-psr-cache-bridge
1425446 Downloads
zendframework/zend-cache
11237939 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/redis-adapter
3456153 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2422171 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1749631 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/doctrine-adapter
864342 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2602119 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/integration-tests
3058102 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
divineomega/do-file-cache-psr-6
1777921 Downloads
PSR-6 adapter for DO File Cache
cache/psr-6-doctrine-bridge
969031 Downloads
PSR-6 Doctrine bridge
apix/cache
528552 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.
cache/cache-bundle
431675 Downloads
Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine