Libraries tagged by this7 cache
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
3367 Downloads
This Bundle provides execution cache for Symfony controllers.
redchamps/module-auto-cache-clean
48 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.
kvnc/cache-images
35 Downloads
This package adds image cache to laravel
ferdiunal/laravel-cache-couchdb
0 Downloads
This package provides a cache store implementation for Laravel that uses a CouchDB database to store cached items. It supports both the default and tagged cache functionality of Laravel.
daoandco/cakephp-cachecleaner
585 Downloads
CacheCleaner plugin for CakePHP, this shell clean the cache of your application.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
adibox/adibox-cache-bundle
38 Downloads
This bundle provide menanism cache complexe render datas
mimachh/cacheable
1 Downloads
This is my package cacheable
pbxg33k/phalcon-dummy-backend-cache
6 Downloads
This is a library which doesn't cache but still offers a class that responses to the cache methods. Useful for developing/testing without cache.
nanopkg/laravel-orm-cache
2 Downloads
this packege will help you to cache the data of your website.
itime/cacheable-auth-user
15 Downloads
Cache Auth::user() for Laravel 5 This package add new driver to laravel.