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
51 Downloads
Memcache driver for Laravel
hashtap/laravel-responsecache
47 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
18212333 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
122940 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
oscarricardosan/cache_object
586 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
rinvex/cacheable
32387 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
133 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.
hushulin/laravel-route-cache
4 Downloads
Laravel route cache
crazynds/crypto-cache
415 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.
yuzhua/efficient-cache-tools
0 Downloads
The company has internally connected the front-end site management cache toolkit of the operation center console
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.