sig
type keys
val keys_count : B00.File_cache.Stats.keys -> int
val keys_file_count : B00.File_cache.Stats.keys -> int
val keys_byte_size : B00.File_cache.Stats.keys -> int
val keys_zero : B00.File_cache.Stats.keys
val keys_sub :
B00.File_cache.Stats.keys ->
B00.File_cache.Stats.keys -> B00.File_cache.Stats.keys
val pp_keys : B00.File_cache.Stats.keys B0_std.Fmt.t
val of_keys :
B00.File_cache.t ->
B00.File_cache.key list ->
(B00.File_cache.Stats.keys, string) Pervasives.result
type cache
val all_keys : B00.File_cache.Stats.cache -> B00.File_cache.Stats.keys
val unused_keys : B00.File_cache.Stats.cache -> B00.File_cache.Stats.keys
val pp : B00.File_cache.Stats.cache B0_std.Fmt.t
val of_cache :
B00.File_cache.t ->
(B00.File_cache.Stats.cache, string) Pervasives.result
end