Libraries tagged by cache hash
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
22 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
19922820 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.
rinvex/laravel-cacheable
126289 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
729 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
651 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
205 Downloads
Invalidates cache tags in the future for any DCA in Contao that has a `start` or `stop` field.
hishabee/laravel-query-cache
6 Downloads
Smart SQL query caching for Laravel with tag-based invalidation
heshiliang/l5-repository
405 Downloads
Laravel 5 - Repositories to the database layer
hushulin/laravel-route-cache
4 Downloads
Laravel route cache
crazynds/crypto-cache
416 Downloads
Package that encrypts all data used in the cache in such a way that a malicious user who has access to the cache system such as redis for example cannot extract the data directly.