Libraries tagged by cache class
oleku/mcache
249 Downloads
Simple class that extends memcache to allow data larger than 1MB.
abmmhasan/oof
205 Downloads
A Collection of useful PHP class functions.
abmmhasan/intermix
74 Downloads
A Collection of useful PHP class functions.
quellabs/annotation-reader
41 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
solution10/circuitbreaker
4495 Downloads
Simple circuitbreaker class that uses Doctrine\Cache to persist state
marcocesarato/cpdo
263 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.
zoopcommerce/juggernaut
1443 Downloads
A caching module for PHP that includes adapters for File System, APC and Memcached. It also includes a number of helper classes for DB caching and full page cache
mikefunk/bustersphp
5267 Downloads
A simple class to generate js/css tags with cache names from busters.json. This is related to gulp-buster.
madlab/multi-server-scheduling
18563 Downloads
This package extends Laravel's native Command Event class to add functionality that prevents events from overlapping when ran in multi server environments. This is achieved using Laravel Cache
drago-ex/bootstrap
2362 Downloads
The `ExtraConfigurator` class extends Nette's configuration by searching for `.neon` files across directories and caching the results, with automatic cache invalidation in development.
winnipass/simple-php-cache
5 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
this7/cache
48 Downloads
this7 PHP cache class.
shaggyze/simple-php-cache
1 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
selifa/cache
171 Downloads
Cache class and driver(s) for Selifa framework.
rothkj1022/php-cache-class
78 Downloads
A simple file based cache based from Erik Giberti's FileCache class, forked from lodev09/php-cache-class.