Improve overview and experiment naming
[khatus.git] / x3 / src / lib / khatus_cache.mli
diff --git a/x3/src/lib/khatus_cache.mli b/x3/src/lib/khatus_cache.mli
new file mode 100644 (file)
index 0000000..7a426f3
--- /dev/null
@@ -0,0 +1,20 @@
+type t
+
+val create : unit -> t
+
+val update
+  : t
+  -> node  : string
+  -> modul : string
+  -> key   : (string list)
+  -> value : string
+  -> time  : Khatus_time.t
+  -> unit
+
+val dump_to_dir
+  : t
+  -> time:Khatus_time.t
+  -> node:string
+  -> modul:string
+  -> dir:string
+  -> unit
This page took 0.021986 seconds and 4 git commands to generate.