Current_cache.Make
Perform builds with caching.
val get :
?schedule:Schedule.t ->
B.t ->
B.Key.t ->
B.Value.t Current.Primitive.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.