C# 클래스 AWSSDK.UnitTests.LruCacheTest

파일 보기 프로젝트 열기: aws/aws-sdk-net

비공개 메소드들

메소드 설명
AddOrUpdateAtLimit ( ) : void
AddOrUpdateEvictOne ( ) : void
AssertCache ( string>.LruCache cache, int start, int count ) : void
AssertInCache ( string>.LruCache cache, string key, string expectedValue ) : void
AssertNotInCache ( string>.LruCache cache, string key ) : void
GetCache ( int maxItems, int count ) : string>.LruCache
TestLruCacheTryGetValue ( ) : void
TryGetValueEmpty ( ) : void
TryGetValueOne ( ) : void
TryGetValueUpdated ( ) : void