Libraries tagged by cache hash
rubin/redis
5 Downloads
pixelant/recall
3 Downloads
TYPO3 extension that remembers settings from a different request using a hash. E.g. recall settings or data used in the main request within an eID request.
phpx/consistenthash
6 Downloads
PHPX Consistent Hash Library
hashtap/memcache
56 Downloads
Memcache driver for Laravel
hashtap/laravel-responsecache
49 Downloads
Speed up a Laravel application by caching the entire response
mishanikodev/assetter
13 Downloads
Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. It also updates the browser cache by calculating the MD5 hash of the file.
konstantin-s/silex-lazycache
23 Downloads
Simple cache provider. Stores URIs last-modified time and hash in DB. Do comparing on requests, return 304 code or code 200 and add record to DB.
colinmollenhour/cache-backend-file
20483218 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
mage2tv/magento-cache-clean
1868211 Downloads
This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.
rinvex/laravel-cacheable
127527 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
fdmind/ignore-query-strings
1565 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.
oscarricardosan/cache_object
782 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
inspiredminds/contao-future-cache-invalidation
350 Downloads
Invalidates cache tags in the future for any DCA in Contao that has a `start` or `stop` field.
hushulin/laravel-route-cache
4 Downloads
Laravel route cache
hishabee/laravel-query-cache
6 Downloads
Smart SQL query caching for Laravel with tag-based invalidation