Libraries tagged by cache psr6
psr/cache
607471527 Downloads
Common interface for caching libraries
symfony/cache
301984869 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
php-http/cache-plugin
20745676 Downloads
PSR-6 Cache plugin for HTTPlug
kevinrob/guzzle-cache-middleware
14935199 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
cache/tag-interop
22523652 Downloads
Framework interoperable interfaces for tags
cache/adapter-common
22122753 Downloads
Common classes for PSR-6 adapters
cache/hierarchical-cache
14816120 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
toflar/psr6-symfony-http-cache-store
3583199 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
beste/in-memory-cache
6187111 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
laminas/laminas-cache
5943676 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/filesystem-adapter
5162315 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7763207 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
tedivm/stash
4597460 Downloads
The place to keep your cache.
matthiasmullie/scrapbook
2017964 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/taggable-cache
2356121 Downloads
Add tag support to your PSR-6 cache implementation