Yocaml.CacheSourceThe cache is an artifact of the previous build that tracks information about build targets, including dynamic dependencies, and maintains a hashed version of the targets.
An entry of the cache.
entry ?last_build_date hashed_content deps creates an entry.
update cache path ?deps ~now content updates the cache for the path entry. If an entry already existed at the given key, it will be deleted.
get cache path returns the associated hash content, deps set and the last build date for a given path.
Supports serialization and deserialization of cache.
from_sexp sexp try to converts a Sexp into a cache.
Pretty printer for caches.