OpamCached.MakeModule handling a simple marshalled cache for a given data structure. A magic number is added to validate the version of the cache.
type t = X.tval save : OpamFilename.t -> t -> unitMarshal and write the cache to disk
val load : OpamFilename.t -> t optionLoad the cache if it exists and is valid and compatible with the current binary. Clear it otherwise.
val remove : OpamFilename.t -> unit