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