Share via


LruCache<TKey,TValue>(Int32) Constructor

Definition

Initializes a new instance of the LruCache<TKey,TValue> class.

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

Parameters

capacity
Int32

Applies to