Plasma GitLab Archive
Projects Blog Knowledge

*** About Cache ***

Cache implements a caching service for storing arbitrary strings
that can be located by string keys. The caching service is reachable
over TCP. The cache can be distributed over several nodes. The cache
can be saved to disk in regular intervals.

A client module is included. Both synchronous and asynchronous access
methods are defined.

For the license conditions, see the file LICENSE.

Note that this release is a fork of the original version released by
Mylife.com, Inc., under the same license conditions.

*** Prerequisites ***

You need the following to build Cache:

- omake
- ocamlnet >= 4.1 (at least the parts equeue, rpc, netstring, netplex)
- findlib

*** Build & Install ***

Build the bytecode version: make all
Build the native version: make opt

Install the library in the findlib default location: make install
Remove it from there: make uninstall

Note that the "Makefile" is just a wrapper for "OMakefile". For detailed
control you might want to invoke omake directly.

*** Documentation ***

The reference manual is in doc/html.

*** Authors ***

Netdns has been developed by Gerd Stolpmann <gerd@gerd-stolpmann.de>
and Mika Illouz <mika@illouz.net> for Wink Technologies, Inc. 
(http://wink.com).

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml