Module Transmuter_cache.Make

Parameters

module Name : Intf.Constant.S with type t := string

Signature

type target = Transmuter.Target.t
type source = Transmuter.Source.t
type t = target Cache.t
val create : logger:Logger.t -> t
val register_exn : t -> source -> ( source, target ) Cached.t
val final_state : t -> source -> target Intf.final_state Core_kernel.Option.t
val mem : t -> source -> bool