LRUCache<TKey,TValue> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.