Libraries tagged by cache tags
symfony/cache
286234009 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
cache/tag-interop
21668368 Downloads
Framework interoperable interfaces for tags
colinmollenhour/cache-backend-redis
20225335 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
19924145 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
21339147 Downloads
Common classes for PSR-6 adapters
toflar/psr6-symfony-http-cache-store
3409206 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
14359793 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
4969894 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
1842489 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
7510690 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/taggable-cache
2326339 Downloads
Add tag support to your PSR-6 cache implementation
cache/void-adapter
2808179 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/memcached-adapter
1695771 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/doctrine-adapter
795871 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2472174 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags