package anycache

  1. Overview
  2. Docs
Scan-resistant LRU/2Q cache

Install

Dune Dependency

Authors

Maintainers

Sources

anycache-0.6.0.tbz
sha256=192a4ed7805c20f257e40c10df1aa030ad5acf88134b33a5b6486611b276ec01
md5=5edf38601cee4aefec6b7d6e922f208f

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: 25 Nov 2016

README

anycache — scan-resistant LRU/2Q cache

v0.6.0

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 (6)

  1. result
  2. base-bytes
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.01.0"

Dev Dependencies (1)

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

Used by (1)

  1. anycache-async

Conflicts (1)

  1. async >= "v0.10.0"
OCaml

Innovation. Community. Security.