Module Ciml.Cache

type t
val create : ?⁠size:int -> unit -> t
val find : t -> CCh.key -> CCh.entry option
val add_ciml : t -> ciml -> unit

Add given ciml to the cache

val clear : t -> unit

Purge cache

val global : t Stdlib.ref