Libraries tagged by cache-implementation
doctrine/cache
496130378 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
cache/filesystem-adapter
4484914 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6802618 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
psr-discovery/cache-implementations
3416567 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/taggable-cache
2266405 Downloads
Add tag support to your PSR-6 cache implementation
cache/redis-adapter
2959756 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2235767 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1565036 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
2709894 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/apcu-adapter
2180816 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
rikudou/psr6-dynamo-db-bundle
36270 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
lrucache/lrucache
91575 Downloads
PHP LRU Cache implementation
kodus/file-cache
317590 Downloads
Minimal PSR-16 cache-implementation
graham-campbell/bounded-cache
1314646 Downloads
A Bounded TTL PSR-16 Cache Implementation
chillerlan/php-cache
73117 Downloads
A psr/simple-cache implementation. PHP 8.1+