Share via


MemoryCacheOptions.SizeLimit 속성

정의

캐시의 최대 크기를 가져오거나 설정합니다.

public:
 property Nullable<long> SizeLimit { Nullable<long> get(); void set(Nullable<long> value); };
public long? SizeLimit { get; set; }
member this.SizeLimit : Nullable<int64> with get, set
Public Property SizeLimit As Nullable(Of Long)

속성 값

설명

주의

캐시가 가득 차 있지만 블록이 백그라운드 스레드에서 해제되는 동안 일시적인 상태가 있을 수 있습니다. 이 상태에서 캐시를 과도하게 사용 중인 경우 예기치 않은 동작이 발생할 수 있습니다.

적용 대상