What is CacheCore?
CacheCore™ is a lightweight caching system for PHP 5.1.4+ that provides a single interface for a variety of storage types. Write your caching logic once and you can switch between caching types by simply changing the class that's instantiated. Worry more about your project and less about your caching.
CacheCore was born out of the Tarzan project, and was designed from the start to be a reliable standalone component to be re-used in any other project.
Documentation and Usage
Class Docs
- CacheCore -- The base class that all other classes inherit from.
- CacheFile -- File system cache.
- CacheAPC -- APC memory cache.
- CacheXCache -- XCache memory cache.
- CacheMC -- Memcached memory cache.
- CachePDO -- PDO-MySQL, PDO-PostgreSQL, and PDO-SQLite3 SQL caches.