Partager via


LRUCache<TKey,TValue> Constructeurs

Définition

Surcharges

LRUCache<TKey,TValue>()

Initialise une nouvelle instance de la classe LRUCache<TKey,TValue>.

LRUCache<TKey,TValue>(Int32)

Initialise une nouvelle instance de la classe LRUCache<TKey,TValue>.

LRUCache<TKey,TValue>()

Initialise une nouvelle instance de la classe LRUCache<TKey,TValue>.

public LRUCache ();
Public Sub New ()

S’applique à

LRUCache<TKey,TValue>(Int32)

Initialise une nouvelle instance de la classe LRUCache<TKey,TValue>.

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

Paramètres

capacity
Int32

Nombre maximal d’éléments à mettre en cache.

S’applique à