| File lib/ocaml/pkg-lib/cache/cache_srv.mli | GODI Package godi-cache |
| Library cache |
| cache_srv.cmi_pretty | cache_srv.mli | Sources |
(************************************************************ * WARNING! * * This file is generated by ocamlrpcgen from the source file * cache.x * ************************************************************) module Cache : sig module V1 : sig open Cache_aux val bind : ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> proc_ping : (t_Cache'V1'ping'arg -> t_Cache'V1'ping'res) -> proc_set : (t_Cache'V1'set'arg -> t_Cache'V1'set'res) -> proc_get : (t_Cache'V1'get'arg -> t_Cache'V1'get'res) -> proc_delete : (t_Cache'V1'delete'arg -> t_Cache'V1'delete'res) -> proc_clear : (t_Cache'V1'clear'arg -> t_Cache'V1'clear'res) -> proc_get_config : (t_Cache'V1'get_config'arg -> t_Cache'V1'get_config'res) -> proc_set_config : (t_Cache'V1'set_config'arg -> t_Cache'V1'set_config'res) -> proc_get_stats : (t_Cache'V1'get_stats'arg -> t_Cache'V1'get_stats'res) -> proc_clear_counters : (t_Cache'V1'clear_counters'arg -> t_Cache'V1'clear_counters'res) -> Rpc_server.t -> unit val bind_async : ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> proc_ping : (Rpc_server.session -> t_Cache'V1'ping'arg -> (t_Cache'V1'ping'res -> unit) -> unit) -> proc_set : (Rpc_server.session -> t_Cache'V1'set'arg -> (t_Cache'V1'set'res -> unit) -> unit) -> proc_get : (Rpc_server.session -> t_Cache'V1'get'arg -> (t_Cache'V1'get'res -> unit) -> unit) -> proc_delete : (Rpc_server.session -> t_Cache'V1'delete'arg -> (t_Cache'V1'delete'res -> unit) -> unit) -> proc_clear : (Rpc_server.session -> t_Cache'V1'clear'arg -> (t_Cache'V1'clear'res -> unit) -> unit) -> proc_get_config : (Rpc_server.session -> t_Cache'V1'get_config'arg -> (t_Cache'V1'get_config'res -> unit) -> unit) -> proc_set_config : (Rpc_server.session -> t_Cache'V1'set_config'arg -> (t_Cache'V1'set_config'res -> unit) -> unit) -> proc_get_stats : (Rpc_server.session -> t_Cache'V1'get_stats'arg -> (t_Cache'V1'get_stats'res -> unit) -> unit) -> proc_clear_counters : (Rpc_server.session -> t_Cache'V1'clear_counters'arg -> (t_Cache'V1'clear_counters'res -> unit) -> unit) -> Rpc_server.t -> unit end end