Libraries tagged by cache file
mrclay/minify
14348935 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
colinmollenhour/cache-backend-file
19387490 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.
phpfastcache/phpfastcache
4035536 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
amnuts/opcache-gui
3897846 Downloads
A clean, effective and responsive interface for Zend OPcache, with real(ish)-time monitoring, filtering and the ability to invalidate files
cache/filesystem-adapter
4812241 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
mage2tv/magento-cache-clean
1734041 Downloads
A faster drop in replacement for bin/magento cache:clean with file watcher
gregwar/cache
4112724 Downloads
A lightweight file-system cache system
silber/page-cache
356690 Downloads
Caches responses as static files on disk for lightning fast page loads.
matthiasmullie/scrapbook
1743432 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
swayok/alternative-laravel-cache
379191 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
desarrolla2/cache
2336649 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
laminas/laminas-cache-storage-adapter-filesystem
3099913 Downloads
Laminas cache adapter for filesystem
matomo/cache
565889 Downloads
PHP caching library based on Doctrine cache
aplus/cache
1585860 Downloads
Aplus Framework Cache Library
apix/cache
518731 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.