package hc

  1. Overview
  2. Docs

Module type Hc.CacheSource

Sourcetype key
Sourcetype !'a t
Sourceval create : int -> 'a t
Sourceval clear : 'a t -> unit
Sourceval add : 'a t -> key -> 'a -> unit
Sourceval find : 'a t -> key -> 'a
Sourceval length : 'a t -> int
Sourceval stats : 'a t -> Hashtbl.statistics
OCaml

Innovation. Community. Security.