Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Cscache

module Cscache : sig..end

type ('a, 'b) t
val find : ('a, 'b) t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
val do_cache : ('a, 'b) t -> 'a -> 'b -> unit
val local_find : ('a, 'b) t -> 'a -> 'b Lwt.t
exception Not_ready
val find_if_ready : ('a, 'b) t -> 'a -> 'b
val create : unit -> ('a, 'b) t