package hc

  1. Overview
  2. Docs

Parameter Mk.Cache

type key
type !'a t
val create : int -> 'a t
val clear : 'a t -> unit
val add : 'a t -> key -> 'a -> unit
val find : 'a t -> key -> 'a
val length : 'a t -> int
val stats : 'a t -> Hashtbl.statistics