package lru-cache

  1. Overview
  2. Docs
A simple implementation of a LRU cache

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-lru-cache-0.3.0.tar.gz
md5=33da0c73f5cb1d671d2e6158c5d0edd1

Description

ocaml-lru-cache is a simple OCaml implementation of a cache using the Least Recently Used (LRU) strategy.

Tags

cache

Published: 04 Apr 2017

Dependencies (2)

  1. ocamlfind
  2. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (1)

  1. erssical >= "1.1.0"

Conflicts

None