Libraries tagged by cache file
omaralalwi/laravel-trash-cleaner
773 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
bnomei/kirby3-redis-cachedriver
1485 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
bnomei/kirby3-boost
2544 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
bnomei/kirby3-autoid
21455 Downloads
Automatic unique ID for Pages, Files and nested Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
swiss-devjoy/blade-staticcache-directive
874 Downloads
Put chunks of your Blade template into immutable static cache files
happyhorizon/module-persistentgraphqlschema
4460 Downloads
Load the graphql schema data from a generated file instead of cache to improve performance
solution9th/laravel-file-cache-gc
3327 Downloads
Laravel file cache garbage collection.
mouf/utils.cache.file-cache
375737 Downloads
This package contains a cache mechanism that relies on temporary files.
studio24/http-cache-clear
15444 Downloads
Clear old cache data from the Symfony HTTP Cache (filesystem) based on an expiry time
phant/cache
2396 Downloads
Manage cache easily
mouf/utils.cache.cache-interface
376294 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.
gameplayjdk/php-file-cache
5383 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.
cicnavi/simple-file-cache-php
1357 Downloads
PSR-16 simple cache provider based on files.
lesjoursfr/filesystem-cache
1074 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
natsumework/laravel-cache-manager
229 Downloads
Allows you to easily manage the cache with config file. And provide a simple solution to solve the cache penetration and hotspot invalid.