Libraries tagged by this7 cache
typearea/hyphenator
13264 Downloads
Hyphenator is a cache-enabled PHP port of the JavaScript Hyphenator.js by Mathias Nater, and this is a bugfix fork of github.com/webrocker/hyphenator
mouf/utils.cache.apc-cache
374933 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
mouf/utils.cache.no-cache
180672 Downloads
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
learnzf2/route-cache
2313 Downloads
More speed with Cache Routing. This module is part of the Learn ZF2 book
mouf/utils.cache.file-cache
375432 Downloads
This package contains a cache mechanism that relies on temporary files.
iqbalhasandev/sqlite-cache
175 Downloads
The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package
stepanrodionov/php-apcu-cache
15243 Downloads
This is PSR-16 compatible cache library using php-apcu module
sfynx-project/tool-cache-bundle
21050 Downloads
This Bundle provides classes to cache handlers (memcache, files)
lesjoursfr/filesystem-cache
866 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
winzou/cache-bundle
28964 Downloads
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..
mouf/utils.cache.in-memory-cache
356504 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.
mouf/utils.cache.cache-interface
375987 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
kpicaza/redis-etag-cache
3110 Downloads
This package helps to implement etag cache.
iksaku/laravel-swr-cache
8969 Downloads
This is my package laravel-swr-cache
kpicaza/etag-cache
3127 Downloads
This package provides interfaces to implement etag cache.