Libraries tagged by this7 cache
cmsexperts/warmup
4245 Downloads
This extension adds a CLI script to warmup the caches.
rovangju/webgrind
1550 Downloads
Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job. This repo is actively maintained.
kintso/memcachedcloud-laravel
830 Downloads
This package extends Laravel Cache driver to integrate with MemcachedCloud. MemcachedCloud provides different cache solutions based on memcached or redis. This package only deals with memcached.
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
atikrepo/flusher
12 Downloads
This package just clean all the configs cache views etc via artisan command
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.
mouf/utils.cache.memcached-cache
9 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.
mouf/utils.cache.memcache-cache
228 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.
sphring/sphring-cache
105 Downloads
This sphring cache plugin
aboutyou/cache
17007 Downloads
Caching library offering an object-oriented API for many cache backends. This is a fork of doctrine/cache and goetas multiget implementation
stadline/execution-cache-bundle
3366 Downloads
This Bundle provides execution cache for Symfony controllers.
redchamps/module-auto-cache-clean
47 Downloads
This extension cleans invalidated cache automatically.
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
mouf/utils.cache.redis-cache
5 Downloads
This package contains a cache mechanism that uses Redis to cache data.