Refactor cache dumper
[khatus.git] / src / ocaml / lib / khatus_cache.mli
index f6c951e..7a426f3 100644 (file)
@@ -11,6 +11,10 @@ val update
   -> time  : Khatus_time.t
   -> unit
 
-val update_if_data : t -> msg:Khatus_msg.t -> time:Khatus_time.t -> unit
-
-val dump : t -> node:string -> modul:string -> oc:out_channel -> unit
+val dump_to_dir
+  : t
+  -> time:Khatus_time.t
+  -> node:string
+  -> modul:string
+  -> dir:string
+  -> unit
This page took 0.024155 seconds and 4 git commands to generate.