Libraries tagged by cache-implementation
doctrine/cache
621672372 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
psr-discovery/cache-implementations
10758224 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/filesystem-adapter
6192041 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
8717452 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
matomo/doctrine-cache-fork
2125080 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
graham-campbell/bounded-cache
2300860 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/void-adapter
3107665 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/redis-adapter
4221106 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2658610 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/integration-tests
3651666 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/apcu-adapter
3262099 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
lrucache/lrucache
131021 Downloads
PHP LRU Cache implementation
kodus/file-cache
475024 Downloads
Minimal PSR-16 cache-implementation
chillerlan/php-cache
254858 Downloads
A psr/simple-cache implementation. PHP 8.1+
cache/taggable-cache
2460171 Downloads
Add tag support to your PSR-6 cache implementation