Table of Contents

Constructor LayeredCache

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

LayeredCache(int, int)

Initializes a new instance of LayeredCache<TKey, TValue>.

public LayeredCache(int primaryCapacity, int secondaryCapacity)

Parameters

primaryCapacity int

The capacity of the fast primary cache.

secondaryCapacity int

The capacity of the slow secondary cache.