Module Persistent_cache.PHashtable
Parameters
Key : Stdlib.Hashtbl.HashedType
Signature
type 'a t
type key
= Key.t
val open_in : string -> 'a t
open_in f
rebuilds a table from the records stored in filef
. As marshaling is not type-safe, it might segfault.