Libraries tagged by this7 cache
swayok/cache-filesystem-adapter
32748 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.
innoge/laravel-policy-soft-cache
40771 Downloads
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
geeky/query-cache-builder
59196 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
liip/cache-control-bundle
124586 Downloads
This Bundle provides a way to set path based cache expiration headers via the app configuration and provides a helper to control the reverse proxy varnish.
cache/mongodb-adapter
41240 Downloads
A PSR-6 cache implementation using MongoDB. This implementation supports tags
cache/memcache-adapter
305564 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
b13/warmup
102825 Downloads
This extension adds a CLI script to warmup the caches.
mouf/utils.cache.apc-cache
372570 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
373065 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.in-memory-cache
354153 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
373617 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
1344 Downloads
This is my package laravel-swr-cache
zetacomponents/translation-cache-tiein
9840 Downloads
This component adds the TranslationCache backend to the Translation component and allows cached translations.
liip/doctrine-cache-bundle
468375 Downloads
This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.
cache/illuminate-adapter
72572 Downloads
A PSR-6 cache implementation using Illuminate. This implementation supports tags