Module Caches.MixopCacheSource
Sourcetype !'a t = {table : ('a * int) Table.t;clock : slot array;occ : bool array;capacity : int;mutable count : int;mutable hand : int;mutable fill : int;mutable touched : int;
} Sourceval create : size:int -> 'a t