Module type Persistent_cache.PHashtable
val open_in : string -> 'a topen_in frebuilds a table from the records stored in filef. As marshaling is not type-safe, it might segfault.
val add : 'a t -> key -> 'a -> unitadd tbl key elemadds the bindingkeyelemto the tabletbl. (and writes the binding to the file associated withtbl.) Ifkeyis already bound, raises KeyAlreadyBound