package weberizer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val make : ?dep:'b t -> ?new_if:('a t -> bool) -> ?timeout:float -> ?debug:bool -> string -> ('a option -> 'a) -> 'a t
val update : ?f:('a option -> 'a) -> 'a t -> unit
val depend : 'a t -> dep:'b t -> unit
val get : ?update:bool -> 'a t -> 'a
val result : ?dep:'b t -> ?new_if:('a t -> bool) -> ?timeout:float -> ?debug:bool -> string -> ('a option -> 'a) -> 'a
val time : 'a t -> float
val key : 'a t -> string