Libraries tagged by this7 cache
carlosio/opcache-dashboard
51671 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
swayok/cache-filesystem-adapter
71678 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.
innoge/laravel-policy-soft-cache
49238 Downloads
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
geeky/query-cache-builder
72465 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
liip/doctrine-cache-bundle
468864 Downloads
This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.
cache/mongodb-adapter
50987 Downloads
A PSR-6 cache implementation using MongoDB. This implementation supports tags
cache/memcache-adapter
332817 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
b13/warmup
113033 Downloads
This extension adds a CLI script to warmup the caches.
voceconnect/wp-large-options
4595 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.
mouf/utils.cache.apc-cache
376253 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.file-cache
376752 Downloads
This package contains a cache mechanism that relies on temporary files.
winzou/cache-bundle
29003 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
357821 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
377309 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.
iksaku/laravel-swr-cache
9214 Downloads
This is my package laravel-swr-cache