Libraries tagged by cache tag
symfony/cache
244268006 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
cache/tag-interop
19565890 Downloads
Framework interoperable interfaces for tags
colinmollenhour/cache-backend-redis
18450046 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
18201698 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
19346154 Downloads
Common classes for PSR-6 adapters
toflar/psr6-symfony-http-cache-store
2950429 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
13129057 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
4484914 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
1539140 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
6802618 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
apix/cache
503652 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
cache/taggable-cache
2266405 Downloads
Add tag support to your PSR-6 cache implementation
swayok/alternative-laravel-cache
325961 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/memcached-adapter
1565036 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/apcu-adapter
2180816 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags