package lru-cache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module K : Key

Signature

type key = K.t
type 'a t
val init : size:int -> 'a t
val in_cache : 'a t -> key -> bool
val get : 'a t -> key -> (key -> 'a) -> 'a
OCaml

Innovation. Community. Security.