sig
type cache
val create_cache : port:int -> period:int -> unit -> Hydromon_query.cache
exception No_result of string
val check_object :
cache:Hydromon_query.cache ->
monobj:string -> operation:string -> idempotent:bool -> unit -> int
val configure_proxy :
cache:Hydromon_query.cache ->
proxy:Hydro_proxy.proxy_t ->
operation:string ->
idempotent:bool -> ?threshold:int -> ?deactivate:bool -> unit -> unit
end