Current_cache.Generic
The most general API. Make
and Output
just specialise this for particular uses.
val run :
?schedule:Schedule.t ->
Op.t ->
Op.Key.t ->
Op.Value.t ->
Op.Outcome.t Current.Primitive.t
run t k v
is a term for the result of processing (k, v)
.