Note the meaning of version numbers
[khatus.git] / v3 / src / 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 dump_to_dir
15 : t
16 -> time:Khatus_time.t
17 -> node:string
18 -> modul:string
19 -> dir:string
20 -> unit
This page took 0.065822 seconds and 4 git commands to generate.