Module OpamCached.MakeSource
Module handling a simple marshalled cache for a given data structure. A magic number is added to validate the version of the cache.
Parameters
module X : OpamCached.ARGSignature
Marshal and write the cache to disk
Load the cache if it exists and is valid and compatible with the current binary. Clear it otherwise.