Libraries tagged by cache class
spiechu/json-disk-cache
29 Downloads
Cache class intended to keep serialized data in JSON format files
byerikas/classic-taggable-cache
16 Downloads
Classic Redis/Valkey taggable cache integration for Laravel. Allows for retrieving / flushing multiple tagged items by a single tag.
germania-kg/namespaced-cache
314 Downloads
Factory classes for namespaced PSR-6 CacheItemPools
taitava/php-cachedcall
9 Downloads
A simple PHP trait that makes it easy to cache class method call results within a single session.
kolirt/laravel-cacheable
12 Downloads
Easily cache and control class methods without having to remember cache key names
oleku/mcache
248 Downloads
Simple class that extends memcache to allow data larger than 1MB.
mahmoud217tr/cacheable
9 Downloads
Laravel package for easing and enhance caching for models and cacheable classes
haggag/imagecache
7 Downloads
Caching extension for the Intervention Image Class
gueff/cachix
3226 Downloads
A simple PHP Caching Class working with files
axetools/cachingtrait
9 Downloads
A PHP library to enable static caching trait on a class
abmmhasan/oof
202 Downloads
A Collection of useful PHP class functions.
abmmhasan/intermix
72 Downloads
A Collection of useful PHP class functions.
upaid/contextual-keys
4660 Downloads
This package provides a simple way to create contextual keys based on caller class, context, action and key. Useful for dedicated cache classes
solution10/circuitbreaker
4334 Downloads
Simple circuitbreaker class that uses Doctrine\Cache to persist state
marcocesarato/cpdo
182 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.