Libraries tagged by cache tags
symfony/cache
273557955 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
colinmollenhour/cache-backend-redis
19720217 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
19433565 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
21002456 Downloads
Framework interoperable interfaces for tags
toflar/psr6-symfony-http-cache-store
3262193 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
13989021 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
4825976 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
1752097 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
7292617 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/adapter-common
20719958 Downloads
Common classes for PSR-6 adapters
cache/apcu-adapter
2382067 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/redis-adapter
3207289 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2335483 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
devgroup/yii2-tag-dependency-helper
454207 Downloads
Helper for unifying cache tag names with invalidation support in yii2
cache/taggable-cache
2307543 Downloads
Add tag support to your PSR-6 cache implementation