Introduction
Make your website super fast by using caching! Everyone hates it when they have to wait for more than three seconds to view
a webpage. Reasons for slowness are sudden traffic spikes, slow database servers, complex number crunching, …
The easiest way to speed up any website is by caching the data that makes it slow. Enter MegaCache!
Features
- Eight adapters. Store your cache where and how you want.
Available adapters: null, file, sqlite, session, memcache, memcached, APC , pdo - Function call caching. Cache the results of functions.
- Resource caching. Cache external resources such as API calls (Twitter, …) for a predefined amount of time.
- Easy to use and implement.
- Statistics. Check the hits and misses of each cache call.
- Array access. Treat your cache object like an array!
- Documented code!
Requirements
- PHP 5 .2+
- Optional: APC extension, memcache or memcached extension, sqlite extension, PDO extension