B000.File_cache
val create : B0_std.Fpath.t -> (t, string) result
val dir : t -> B0_std.Fpath.t
val add : t -> key -> string -> B0_std.Fpath.t list -> (bool, string) result
val manifest_add :
t ->
key ->
string ->
root:B0_std.Fpath.t ->
B0_std.Fpath.t list ->
(bool, string) result
val find :
t ->
key ->
((B0_std.Fpath.t option * B0_std.Fpath.t * B0_std.Fpath.t list) option,
string)
result
val revive : t -> key -> B0_std.Fpath.t list -> (string option, string) result
val manifest_revive :
t ->
key ->
root:B0_std.Fpath.t ->
((B0_std.Fpath.t list * string) option, string) result