|
|
Wink Open Source Software: The Cache libraryCache 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.
Cache is implemented in the Objective Caml
language. Version 1.0 can be downloaded
under a BSD style license, and without any warranties.
Further links: code,
manual.
|