Stats.Pack_store
type field =
| Appended_hashes
| Appended_offsets
| Staging
Found in the store's write buffer.
*)| Lru
Found in the store's LRU of recent find
results.
| Pack_direct
Decoded directly from the pack file (via a direct key).
*)| Pack_indexed
Binding recovered from the pack file after first checking the index for its offset and length (via an indexed key).
*)| Not_found
Find returned None
.
val field_t : field Irmin.Type.t
val t : t Irmin.Type.t
val cache_misses : t -> int