package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val __eliom__compilation_unit_id__ZYKbJG : string
type ('a, 'b) t = (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t
val create_ : unit -> unit -> ('a, 'b) Hashtbl.t
val do_cache_raw : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b Lwt.t -> unit
val do_cache : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b -> unit
val load : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
val find : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t Eliom_shared.Value.t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
exception Not_ready
val local_find : (unit -> ('a, 'b) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b
val find_if_ready : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b
OCaml

Innovation. Community. Security.