Table of Contents

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 int

The capacity of the cache, must be positive.