Libraries tagged by this7 cache
cache/chain-adapter
542482 Downloads
A PSR-6 cache implementation using chain. This implementation supports tags
carlosio/opcache-dashboard
55307 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.
iqbalhasandev/sqlite-cache
1037 Downloads
The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package
geeky/query-cache-builder
84045 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
469740 Downloads
This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.
cache/mongodb-adapter
64602 Downloads
A PSR-6 cache implementation using MongoDB. This implementation supports tags
cache/memcache-adapter
357904 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
cache/illuminate-adapter
78652 Downloads
A PSR-6 cache implementation using Illuminate. This implementation supports tags
cache/apc-adapter
54852 Downloads
A PSR-6 cache implementation using apc. This implementation supports tags
b13/warmup
124913 Downloads
This extension adds a CLI script to warmup the caches.
mouf/utils.cache.apc-cache
379543 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
380047 Downloads
This package contains a cache mechanism that relies on temporary files.
swayok/cache-filesystem-adapter
107538 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.
mouf/utils.cache.in-memory-cache
361057 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
380995 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.