Libraries tagged by cache store
toflar/psr6-symfony-http-cache-store
3651434 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
2071342 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
446597 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/
thecodingmachine/cache-utils
2399278 Downloads
Store file related cache items easily
fire015/flintstone
103172 Downloads
A key/value database store using flat files for PHP
redchamps/module-easy-cache-clean
28893 Downloads
Clean invalidated cache(s) easily in a Magento 2 store
esplora/memento
276350 Downloads
Easy cache store for only stores the result within a single request or job
voceconnect/wp-large-options
4585 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
52828 Downloads
provides a generic way to cache any data
nawawi/docket-cache
90 Downloads
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
php-extended/php-simple-cache-filesystem
42831 Downloads
A psr-16 compliant cache that uses filesystems to store cache data.
mouf/utils.cache.in-memory-cache
357821 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
valantic-spryker/cache-manager
9501 Downloads
Add functionality to receive store specific configurations
vectorifyai/guzzle-rate-limiter
2600 Downloads
Guzzle middleware for preventive rate limiting with multi-store support, progressive delays, and cross-process coordination.
sametsahindogan/laravel-jwtredis
1803 Downloads
This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.