Page
Library
Module
Module type
Parameter
Class
Class type
Source
v0.7.4
anycache is a scan-resistant LRU/2Q cache. See the documentation for details on the algorithm used.
anycache is distributed under the ISC license.
Homepage: https://gitlab.com/edwintorok/ocaml-anycache
anycache can be installed with opam:
opam install anycacheIf you don't use opam consult the opam file for build instructions.
The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online or via odig doc anycache.
If you installed anycache with opam sample programs are located in the directory opam config var anycache:doc.
In the distribution sample programs and tests are located in the test directory of the distribution. They can be built and run with:
topkg build --tests true && topkg test