Libraries tagged by cache tag
symfony/cache
296082467 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
cache/tag-interop
22134637 Downloads
Framework interoperable interfaces for tags
colinmollenhour/cache-backend-redis
20559029 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
20248233 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/adapter-common
21766393 Downloads
Common classes for PSR-6 adapters
toflar/psr6-symfony-http-cache-store
3510844 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
14625629 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
5067966 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
1928030 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/redis-adapter
3391057 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/array-adapter
7663962 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/taggable-cache
2345894 Downloads
Add tag support to your PSR-6 cache implementation
swayok/alternative-laravel-cache
419648 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
2845845 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/memcached-adapter
1725145 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags