Module Key_cache.T

Parameters

module M : sig ... end

Signature

type ('a, 'b) t = {
write : 'a -> 'b -> unit M.t;
read : 'a -> 'b M.t;
}