Libraries tagged by cache file
typhoon/change-detector
37109 Downloads
Can detect file and package version changes
spekkionu/assetcachebuster
42959 Downloads
Prefixes asset urls with a unique hash which will allow invalidation of asset files cached by the browser.
omaralalwi/laravel-trash-cleaner
926 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
mantoufan/yzhancache
1380 Downloads
Simple, effient cache class for PHP. 简单、高效的 PHP 缓存类
duncan3dc/helpers
187901 Downloads
A collection of useful helper classes
bnomei/kirby3-boost
2578 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
swiss-devjoy/blade-staticcache-directive
1907 Downloads
Put chunks of your Blade template into immutable static cache files
carbon/includeassetscache
2656 Downloads
Extension for Carbon.InlcudeAssets: Flush cache on file update
snicholson/slimfilecache
6982 Downloads
A file based cache middleware for the slim framework (3.0)
happyhorizon/module-persistentgraphqlschema
5246 Downloads
Load the graphql schema data from a generated file instead of cache to improve performance
solution9th/laravel-file-cache-gc
3444 Downloads
Laravel file cache garbage collection.
mouf/utils.cache.file-cache
377018 Downloads
This package contains a cache mechanism that relies on temporary files.
studio24/http-cache-clear
15609 Downloads
Clear old cache data from the Symfony HTTP Cache (filesystem) based on an expiry time
phant/cache
2803 Downloads
Manage cache easily
mouf/utils.cache.cache-interface
377576 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.