Improve overview and experiment naming
[khatus.git] / x3 / src / lib / khatus_cache.mli
CommitLineData
c6a7396e
SK
1type t
2
3val create : unit -> t
4
5val update
6 : t
7 -> node : string
8 -> modul : string
9 -> key : (string list)
10 -> value : string
11 -> time : Khatus_time.t
12 -> unit
13
6f35286a
SK
14val 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.018203 seconds and 4 git commands to generate.