Libraries tagged by cache tag
symfony/cache
378717828 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
colinmollenhour/cache-backend-redis
24182656 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
23685502 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
cache/tag-interop
26143798 Downloads
Framework interoperable interfaces for tags
toflar/psr6-symfony-http-cache-store
4572801 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
cache/hierarchical-cache
16711453 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
6068697 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
2843569 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
cache/array-adapter
8606733 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/adapter-common
25548578 Downloads
Common classes for PSR-6 adapters
swayok/alternative-laravel-cache
592629 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
cache/void-adapter
3074184 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/apcu-adapter
3207324 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/redis-adapter
4133531 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2629130 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags