Module File_cache.Stats
Cache statistics.
Key statistics
val keys_count : keys -> intkeys_count sis the number of keys in the set of keys.
val keys_file_count : keys -> intkeys_file_count sis the nubmer of files in the set of keys.
val keys_byte_size : keys -> intkeys_count sis the total byte size of the files in the set of keys.
val keys_zero : keyskeys_zeroare zeros.
val pp_keys : keys B0_std.Fmt.tpp_keysformats key statistics.
val of_keys : t -> key list -> (keys, string) Stdlib.resultof_keys ksare statistics forks.
Cache statistics
val unused_keys : cache -> keysunused_keys sare statistics about unused keys in the cache. Warning Only relevant ifis_unusedis.
val pp : cache B0_std.Fmt.tppformats cache statistics.
val of_cache : t -> (cache, string) Stdlib.resultof_cache care satistics ofc.