Module Intf.Transmuter_cache

A Transmuter_cache module is a wrapper for a Cache * module, except that a Transmuter module provides a * layer of indirection to the values stored in the * Cache.t, transmuting values through the interface * to provide a more abstract interface.

module type S = sig ... end
module type F = sig ... end