package index

  1. Overview
  2. Docs

Module Index.CacheSource

Signatures and implementations of caches. Make requires a cache in order to provide instance sharing.

Sourcemodule type S = sig ... end
Sourcemodule Noop : S

Cache implementation that always misses.

Cache implementation that always finds previously-added values, and grows indefinitely.

OCaml

Innovation. Community. Security.