Libraries tagged by cache-implementation
doctrine/cache
564015832 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
5248593 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7845419 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
psr-discovery/cache-implementations
5970024 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.
graham-campbell/bounded-cache
1632092 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/redis-adapter
3511044 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2441732 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1772982 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
3111165 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/doctrine-adapter
892324 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2660704 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
rikudou/psr6-dynamo-db-bundle
66330 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
lrucache/lrucache
106763 Downloads
PHP LRU Cache implementation
kodus/file-cache
404298 Downloads
Minimal PSR-16 cache-implementation
chillerlan/php-cache
159836 Downloads
A psr/simple-cache implementation. PHP 8.1+