Module Intf.Cache

* A 'a Cache.t is a Hashtbl.t baked cache abstraction which * registers ('a, 'a) Cached.t values.

module type S = sig ... end