This package provides a common interface to store and retrieve cached data from different types of container.
There is one factory class that takes an URL of a cache container and additional options and it creates and initializes the cache container object.
The cache container interface provides means to set, get and clear cached data entries.
Currently this package comes with container implementation classes to store and retrieve cached data using XCache, APC, eAccelerator, files, memcached using Cesar Rodas pure PHP gMemcache class, and SQLite. |