Module Cache.LRU

val create : size:int -> t

create size will create a new LRU cache object of size size (in bytes)