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