package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eliom_cscacheSource

Sourceval __eliom__compilation_unit_id__ZYKbJG : string
Sourcetype ('a, 'b) t = (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t
Sourceval create_ : unit -> unit -> ('a, 'b) Hashtbl.t
Sourceval do_cache_raw : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b Lwt.t -> unit
Sourceval do_cache : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b -> unit
Sourceval load : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
Sourceval find : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t Eliom_shared.Value.t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
Sourceexception Not_ready
Sourceval local_find : (unit -> ('a, 'b) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b
Sourceval find_if_ready : (unit -> ('a, 'b Lwt.t) Hashtbl.t) Eliom_shared.Value.t -> 'a -> 'b
OCaml

Innovation. Community. Security.