Libraries tagged by file cache
solution9th/laravel-file-cache-gc
3186 Downloads
Laravel file cache garbage collection.
singlequote/laravel-cacher
22867 Downloads
A powerfull cacher based on laravels file cache driver
silviooosilva/cacheer-php
64 Downloads
CacheerPHP is a minimalist package for caching in PHP, offering a simple interface for storing and retrieving cached data using multiple backends.
phant/cache
2185 Downloads
Manage cache easily
mutation/filecache
3310 Downloads
Cache templates to html files
mouf/utils.cache.file-cache
375617 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.cache-interface
376172 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
5331 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.
winzou/cache-bundle
28974 Downloads
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..
dburiy/filecacher
158 Downloads
Simple php file cacher
mix/cache
6216 Downloads
PSR-6 standard based cache library, support file, redis storage
linslin/laravel-coffee-cache
2543 Downloads
File based lever out cache for laravel. This cache hook in before composer autoload and Laravel boostrapping. It will push your application into light speed.
krisell/laravel-translation-json-cache
3458 Downloads
Caches translation JSON files for faster access.
hejunjie/cache
282 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
inpsyde/translation-cache
4756 Downloads
Improves site performance by caching translation files using WordPress object cache.