Constructor RandomEvictionCache
RandomEvictionCache(int)
Constructor.
public RandomEvictionCache(int capacity)
Parameters
capacityintMax number of items in the cache before eviction begins.
Constructor.
public RandomEvictionCache(int capacity)
capacity intMax number of items in the cache before eviction begins.