Libraries tagged by cache psr6
psr-discovery/cache-implementations
4525378 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
2304095 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
apix/cache
518712 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
2575761 Downloads
Library of all the php-cache adapters
madewithlove/illuminate-psr-cache-bridge
1407017 Downloads
cache/redis-adapter
3196240 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2331159 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1655195 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/apcu-adapter
2372687 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/integration-tests
2860008 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
divineomega/do-file-cache-psr-6
1720639 Downloads
PSR-6 adapter for DO File Cache
cache/psr-6-doctrine-bridge
938520 Downloads
PSR-6 Doctrine bridge
cache/taggable-cache
2305137 Downloads
Add tag support to your PSR-6 cache implementation
cache/cache-bundle
426142 Downloads
Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine
rikudou/psr6-dynamo-db-bundle
50847 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony