package current

  1. Overview
  2. Docs

Parameters

module B : S.BUILDER

Signature

val get : ?schedule:Schedule.t -> B.t -> B.Key.t -> B.Value.t Current.Input.t

get b k is a term for the result of building k.

val invalidate : B.Key.t -> unit

invalidate key removes key from the cache.

val reset : unit -> unit

reset () clears the cache. Useful for unit-tests.