UNICACHE An agnostic universal total PHP caching framework
This is a caching framework for PHP applications that is universal and agnostic and total.
This means that one can use it easily in her web applications that use any given framework or not use any framework at all.
Total means that the whole requested page is being cached, but one can use the cache classes and factories to cache specifiec parts of the requested page also.
It is true that many (maybe all) PHP frameworks have Caching Components, however either they are not powerfull enough or simply complicated to set up.
The framework supports File-based caching, APC and Memcached, while it is very easy to extend to other methods as well (eg xCache).
The framework is configured by a config file which easily gets together all parameters, like type of caching, time to live,
post-cache user defined filtering and per-page user defined cache disable.
A demo is included with the package. One simply adds an include directive and bang you have the most advanced caching.
part of the code is based on code from:
http://www.rooftopsolutions.nl/blog/107
*Author* Nikos M.
*URL* http://nikos-web-development.netai.net/
*URL* http://workingclasscode.uphero.com/
|