Libraries tagged by cache file
omaralalwi/laravel-trash-cleaner
644 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
duncan3dc/helpers
187776 Downloads
A collection of useful helper classes
bnomei/kirby3-boost
2519 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
419 Downloads
Put chunks of your Blade template into immutable static cache files
solution9th/laravel-file-cache-gc
3127 Downloads
Laravel file cache garbage collection.
mouf/utils.cache.file-cache
375586 Downloads
This package contains a cache mechanism that relies on temporary files.
webfiori/cache
936 Downloads
A simple caching engine which is highly customizable.
phant/cache
2140 Downloads
Manage cache easily
mouf/utils.cache.cache-interface
376141 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.
j0sh0nat0r/simple-cache
537 Downloads
A simple yet modular PHP caching library
gameplayjdk/php-file-cache
5301 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.
cicnavi/simple-file-cache-php
851 Downloads
PSR-16 simple cache provider based on files.
lesjoursfr/filesystem-cache
907 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
gasmx/filesystem-cache
9050 Downloads
A lightweight and simple PHP package with zero dependencies for caching using filesystem
natsumework/laravel-cache-manager
208 Downloads
Allows you to easily manage the cache with config file. And provide a simple solution to solve the cache penetration and hotspot invalid.