PHP MySql Caching Class
MySQL caching class is a lightweight PHP 5 class that allows individual query file caching without the need of server extensions. Features: Easy to install Lightweight single file (8kb) PHP 5 OOP makes it easy to extend Only connects to the database when the cache has expired or doesn’t exist Caches query data to json … Read more