C# Класс AWSSDK.UnitTests.LruCacheTest

Показать файл Открыть проект

Приватные методы

Метод Описание
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