Libraries tagged by cache store
toflar/psr6-symfony-http-cache-store
3543125 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
matthiasmullie/scrapbook
1974654 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.
swayok/alternative-laravel-cache
426478 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/
fire015/flintstone
101662 Downloads
A key/value database store using flat files for PHP
thecodingmachine/cache-utils
2279311 Downloads
Store file related cache items easily
redchamps/module-easy-cache-clean
27490 Downloads
Clean invalidated cache(s) easily in a Magento 2 store
esplora/memento
273001 Downloads
Easy cache store for only stores the result within a single request or job
voceconnect/wp-large-options
4390 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
snakano/cache-store
52523 Downloads
provides a generic way to cache any data
php-extended/php-simple-cache-filesystem
39902 Downloads
A psr-16 compliant cache that uses filesystems to store cache data.
valantic-spryker/cache-manager
8705 Downloads
Add functionality to receive store specific configurations
bnomei/kirby3-redis-cachedriver
1485 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
vectorifyai/guzzle-rate-limiter
895 Downloads
Guzzle middleware for preventive rate limiting with multi-store support, progressive delays, and cross-process coordination.
sametsahindogan/laravel-jwtredis
1782 Downloads
This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.
typhoon/opcache
5734 Downloads
PSR-16 compliant cache that stores values as PHP files, suitable for OPcaching.