package anycache-async

  1. Overview
  2. Docs

Description

anycache is a scan-resistant LRU/2Q cache. See the documentation for details on the algorithm used.

anycache is distributed under the ISC license.

Published: 09 Aug 2017

README

anycache — scan-resistant LRU/2Q cache

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

Installation

anycache can be installed with opam:

opam install anycache

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online or via odig doc anycache.

Sample programs

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 

Dependencies (7)

  1. async_unix < "v0.13"
  2. async_kernel < "v0.13"
  3. core < "v0.13"
  4. anycache
  5. base-bytes
  6. topkg-jbuilder build
  7. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.7.2"

Used by

None

Conflicts

None