Sdílet prostřednictvím


LRUCache<TKey,TValue> Konstruktory

Definice

Přetížení

LRUCache<TKey,TValue>()

Inicializuje novou instanci LRUCache<TKey,TValue> třídy .

LRUCache<TKey,TValue>(Int32)

Inicializuje novou instanci LRUCache<TKey,TValue> třídy .

LRUCache<TKey,TValue>()

Inicializuje novou instanci LRUCache<TKey,TValue> třídy .

public LRUCache ();
Public Sub New ()

Platí pro

LRUCache<TKey,TValue>(Int32)

Inicializuje novou instanci LRUCache<TKey,TValue> třídy .

public LRUCache (int capacity);
new AdaptiveExpressions.LRUCache<'Key, 'Value> : int -> AdaptiveExpressions.LRUCache<'Key, 'Value>
Public Sub New (capacity As Integer)

Parametry

capacity
Int32

Maximální počet prvků, které se mají uložit do mezipaměti.

Platí pro