Libraries tagged by cache-implementation
doctrine/cache
554422584 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
cache/redis-adapter
3405597 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
5088653 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7688294 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
psr-discovery/cache-implementations
5441273 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
389087 Downloads
Minimal PSR-16 cache-implementation
graham-campbell/bounded-cache
1563794 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/void-adapter
2849758 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/taggable-cache
2348953 Downloads
Add tag support to your PSR-6 cache implementation
cache/predis-adapter
2403466 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1730233 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
3014312 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/doctrine-adapter
834838 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2551286 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
rikudou/psr6-dynamo-db-bundle
61410 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony