| File lib/ocaml/pkg-lib/cache/cache_clnt.cmi_pretty | GODI Package godi-cache |
| Library cache |
| cache_clnt.cmi_pretty | cache_clnt.mli | Sources |
module Cache : sig module V1 : sig val create_client : ?esys:Unixqueue.event_system -> ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> Rpc_client.connector -> Rpc.protocol -> Rpc_client.t val create_portmapped_client : ?esys:Unixqueue.event_system -> ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> string -> Rpc.protocol -> Rpc_client.t val create_client2 : ?esys:Unixqueue.event_system -> ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> Rpc_client.mode2 -> Rpc_client.t val ping : Rpc_client.t -> Cache_aux.t_Cache'V1'ping'arg -> Cache_aux.t_Cache'V1'ping'res val ping'async : Rpc_client.t -> Cache_aux.t_Cache'V1'ping'arg -> ((unit -> Cache_aux.t_Cache'V1'ping'res) -> unit) -> unit val set : Rpc_client.t -> Cache_aux.t_Cache'V1'set'arg -> Cache_aux.t_Cache'V1'set'res val set'async : Rpc_client.t -> Cache_aux.t_Cache'V1'set'arg -> ((unit -> Cache_aux.t_Cache'V1'set'res) -> unit) -> unit val get : Rpc_client.t -> Cache_aux.t_Cache'V1'get'arg -> Cache_aux.t_Cache'V1'get'res val get'async : Rpc_client.t -> Cache_aux.t_Cache'V1'get'arg -> ((unit -> Cache_aux.t_Cache'V1'get'res) -> unit) -> unit val delete : Rpc_client.t -> Cache_aux.t_Cache'V1'delete'arg -> Cache_aux.t_Cache'V1'delete'res val delete'async : Rpc_client.t -> Cache_aux.t_Cache'V1'delete'arg -> ((unit -> Cache_aux.t_Cache'V1'delete'res) -> unit) -> unit val clear : Rpc_client.t -> Cache_aux.t_Cache'V1'clear'arg -> Cache_aux.t_Cache'V1'clear'res val clear'async : Rpc_client.t -> Cache_aux.t_Cache'V1'clear'arg -> ((unit -> Cache_aux.t_Cache'V1'clear'res) -> unit) -> unit val get_config : Rpc_client.t -> Cache_aux.t_Cache'V1'get_config'arg -> Cache_aux.t_Cache'V1'get_config'res val get_config'async : Rpc_client.t -> Cache_aux.t_Cache'V1'get_config'arg -> ((unit -> Cache_aux.t_Cache'V1'get_config'res) -> unit) -> unit val set_config : Rpc_client.t -> Cache_aux.t_Cache'V1'set_config'arg -> Cache_aux.t_Cache'V1'set_config'res val set_config'async : Rpc_client.t -> Cache_aux.t_Cache'V1'set_config'arg -> ((unit -> Cache_aux.t_Cache'V1'set_config'res) -> unit) -> unit val get_stats : Rpc_client.t -> Cache_aux.t_Cache'V1'get_stats'arg -> Cache_aux.t_Cache'V1'get_stats'res val get_stats'async : Rpc_client.t -> Cache_aux.t_Cache'V1'get_stats'arg -> ((unit -> Cache_aux.t_Cache'V1'get_stats'res) -> unit) -> unit val clear_counters : Rpc_client.t -> Cache_aux.t_Cache'V1'clear_counters'arg -> Cache_aux.t_Cache'V1'clear_counters'res val clear_counters'async : Rpc_client.t -> Cache_aux.t_Cache'V1'clear_counters'arg -> ((unit -> Cache_aux.t_Cache'V1'clear_counters'res) -> unit) -> unit end end