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 encoded files
- Set cache lifespan and filename individually
- Ability to manually delete cache files
Requirements
- Supports PHP 5 .x or later