IStdlib.LRUHashtbl
Hash table the size of which is limited by LRU
module type S = sig ... end
module Make (Key : IStdlib.IStd.Caml.Hashtbl.HashedType) : S with type key = Key.t