f6c951ea6b36be0756b8b932f2bd80cb844f11ec
[khatus.git] / src / ocaml / lib / khatus_cache.mli
1 type t
2
3 val create : unit -> t
4
5 val update
6 : t
7 -> node : string
8 -> modul : string
9 -> key : (string list)
10 -> value : string
11 -> time : Khatus_time.t
12 -> unit
13
14 val update_if_data : t -> msg:Khatus_msg.t -> time:Khatus_time.t -> unit
15
16 val dump : t -> node:string -> modul:string -> oc:out_channel -> unit
This page took 0.059433 seconds and 3 git commands to generate.