다음을 통해 공유


LRUCache<TKey,TValue> 생성자

정의

오버로드

LRUCache<TKey,TValue>()

LRUCache<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

LRUCache<TKey,TValue>(Int32)

LRUCache<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

LRUCache<TKey,TValue>()

LRUCache<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

public LRUCache ();
Public Sub New ()

적용 대상

LRUCache<TKey,TValue>(Int32)

LRUCache<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

capacity
Int32

캐시할 최대 요소 수입니다.

적용 대상