Construct a cache with the specified maximum number of
entries. Additions to the cache beyond this number will
reuse the slot of the least-recently-referenced cache
entry.
classCacheMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
Construct a cache with the specified maximum number of entries. Additions to the cache beyond this number will reuse the slot of the least-recently-referenced cache entry.