home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Shift X2 status from legacy to archived
[khatus.git]
/
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.070963 seconds
and
4
git commands to generate.