Libraries tagged by this7 cache
voceconnect/wp-large-options
4007 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
typearea/hyphenator
12730 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
374828 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
180610 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
2299 Downloads
More speed with Cache Routing. This module is part of the Learn ZF2 book
pluswerk/cache-automation
8296 Downloads
+Pluswerk TYPO3 extension: Cache Automation - This TYPO3 extension clear caches automated in the right moment.
mouf/utils.cache.file-cache
375327 Downloads
This package contains a cache mechanism that relies on temporary files.
iqbalhasandev/sqlite-cache
167 Downloads
The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package
stepanrodionov/php-apcu-cache
15219 Downloads
This is PSR-16 compatible cache library using php-apcu module
sfynx-project/tool-cache-bundle
20883 Downloads
This Bundle provides classes to cache handlers (memcache, files)
lesjoursfr/filesystem-cache
743 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
mouf/utils.cache.in-memory-cache
356401 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
375882 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
2924 Downloads
This package helps to implement etag cache.
kpicaza/etag-cache
2941 Downloads
This package provides interfaces to implement etag cache.