C# Class AWSSDK.UnitTests.LruCacheTest

Show file Open project: aws/aws-sdk-net

Private Methods

Method Description
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