Skip to content

Commit

Permalink
updates, node/js, python implementations to be added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos M committed Jan 7, 2016
1 parent 7dbaecd commit 16d20ae
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#UNICACHE

__An agnostic universal total PHP caching framework__
__An agnostic universal caching framework for PHP, Node/JS, Python__

python,node implementations in progress..


###Contents

Expand All @@ -10,12 +13,13 @@ __An agnostic universal total PHP caching framework__
* [ChangeLog](#changelog)
* [Notes](#notes)


###How to Use
This is a caching framework for PHP applications that is universal and agnostic and total.
This is a caching framework for 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.
_Total_ means that the whole requested page is being cached (if used as such), but one can use the cache classes and factories to cache specifiec parts of the requested page also.

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.

Expand All @@ -31,9 +35,11 @@ A demo is included with the package. One simply adds an include directive and ba

###TODO

^ add node/js, python implementations
* add support for Redis
* add support for xCache


###ChangeLog


Expand All @@ -43,6 +49,7 @@ part of the code is based on code from: http://www.rooftopsolutions.nl/blog/107

*UNICACHE* is also part of PHP classes http://www.phpclasses.org/package/7530-PHP-Cache-data-in-files-APC-or-Memcached.html


*URL* [Nikos Web Development](http://nikos-web-development.netai.net/ "Nikos Web Development")
*URL* [UNICACHE blog post](http://nikos-web-development.netai.net/blog/unicache-universal-caching-framework-for-php/ "UNICACHE blog post")
*URL* [WorkingClassCode](http://workingclasscode.uphero.com/ "Working Class Code")
1 change: 1 addition & 0 deletions src/js/todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
todo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/python/todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
todo

0 comments on commit 16d20ae

Please sign in to comment.