My favorites | Sign in
Project Logo
                
Blogs:
Feeds:
People details
Project owners:
  lichuang1982

CCache(Common Cache) is a cache libary writing for the one who would like to cache data for frequent visiting.It caches data using mmap and makes you operating (insert, find, update, delete etc.) data very fast. Unlike memcached, it is a static libary, not a server, and if you want to use it, you must write server by youself, ccache does not care the protocol between server and client, and you must write your function pointer to compare the key in cache when you want to operate it(see demo in the test/testcache.c).

CommonCache Main feature

CommonCache document

Following is the Commoncache document:









Hosted by Google Code