Constructor FixedSizeMemoryCache
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
FixedSizeMemoryCache(int)
Initializes a new instance of the FixedSizeMemoryCache<TKey, TValue> class.
public FixedSizeMemoryCache(int capacity)
Parameters
capacity
intThe capacity of the cache, must be positive.