Library to cache things during a session and to cache things to the file system. Exposes methods:
- PHPCache::putObject - puts something onto the file system
- PHPCache::putObjectInSession - puts something into session
- PHPCache::getObject - gets something from file system
- PHPCache::getObjectFromSession - gets something from session
- PHPCache::clear - clears the cache
- PHPCache::stats - returns stats on the cache