package current

  1. Overview
  2. Docs

Cache build results in memory and on disk. A cache maps keys to values. Looking up a key that isn't known starts a new build to create it.

module S : sig ... end
module Schedule : sig ... end
module Make (B : S.BUILDER) : sig ... end
module Output (P : S.PUBLISHER) : sig ... end
module Db : sig ... end