| File lib/ocaml/pkg-lib/cache/cache_srv.cmi_pretty | GODI Package godi-cache |
| Library cache |
| cache_srv.cmi_pretty | cache_srv.mli | Sources |
module Cache : sig module V1 : sig val bind : ?program_number:Rtypes.uint4 -> ?version_number:Rtypes.uint4 -> proc_ping:(Cache_aux.t_Cache'V1'ping'arg -> Cache_aux.t_Cache'V1'ping'res) -> proc_set:(Cache_aux.t_Cache'V1'set'arg -> Cache_aux.t_Cache'V1'set'res) -> proc_get:(Cache_aux.t_Cache'V1'get'arg -> Cache_aux.t_Cache'V1'get'res) -> proc_delete:(Cache_aux.t_Cache'V1'delete'arg -> Cache_aux.t_Cache'V1'delete'res) -> proc_clear:(Cache_aux.t_Cache'V1'clear'arg -> Cache_aux.t_Cache'V1'clear'res) -> proc_get_config:(Cache_aux.t_Cache'V1'get_config'arg -> Cache_aux.t_Cache'V1'get_config'res) -> proc_set_config:(Cache_aux.t_Cache'V1'set_config'arg -> Cache_aux.t_Cache'V1'set_config'res) -> proc_get_stats:(Cache_aux.t_Cache'V1'get_stats'arg -> Cache_aux.t_Cache'V1'get_stats'res) -> proc_clear_counters:(Cache_aux.t_Cache'V1'clear_counters'arg -> Cache_aux.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 -> Cache_aux.t_Cache'V1'ping'arg -> (Cache_aux.t_Cache'V1'ping'res -> unit) -> unit) -> proc_set:(Rpc_server.session -> Cache_aux.t_Cache'V1'set'arg -> (Cache_aux.t_Cache'V1'set'res -> unit) -> unit) -> proc_get:(Rpc_server.session -> Cache_aux.t_Cache'V1'get'arg -> (Cache_aux.t_Cache'V1'get'res -> unit) -> unit) -> proc_delete:(Rpc_server.session -> Cache_aux.t_Cache'V1'delete'arg -> (Cache_aux.t_Cache'V1'delete'res -> unit) -> unit) -> proc_clear:(Rpc_server.session -> Cache_aux.t_Cache'V1'clear'arg -> (Cache_aux.t_Cache'V1'clear'res -> unit) -> unit) -> proc_get_config:(Rpc_server.session -> Cache_aux.t_Cache'V1'get_config'arg -> (Cache_aux.t_Cache'V1'get_config'res -> unit) -> unit) -> proc_set_config:(Rpc_server.session -> Cache_aux.t_Cache'V1'set_config'arg -> (Cache_aux.t_Cache'V1'set_config'res -> unit) -> unit) -> proc_get_stats:(Rpc_server.session -> Cache_aux.t_Cache'V1'get_stats'arg -> (Cache_aux.t_Cache'V1'get_stats'res -> unit) -> unit) -> proc_clear_counters:(Rpc_server.session -> Cache_aux.t_Cache'V1'clear_counters'arg -> (Cache_aux.t_Cache'V1'clear_counters'res -> unit) -> unit) -> Rpc_server.t -> unit end end