Login   Register  
PHP Classes
elePHPant
Icontem

File: readme

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nikos M.  >  Unicache  >  readme  >  Download  
File: readme
Role: Documentation
Content type: text/plain
Description: Auxiliary data
Class: Unicache
Cache data in files, APC or Memcached
Author: By
Last change:
Date: 2012-05-30 12:32
Size: 1,227 bytes
 

Contents

Class file image Download
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/