LiveMap API
Loading...
Searching...
No Matches
LiveMap.Tests.LRUCacheTest Member List

This is the complete list of members for LiveMap.Tests.LRUCacheTest, including all inherited members.

Add_ExceedingCapacity_ShouldEvictLeastRecentlyUsed()LiveMap.Tests.LRUCacheTestinline
Add_ExistingKey_ShouldUpdateValue()LiveMap.Tests.LRUCacheTestinline
Add_SingleItem_ShouldIncreaseCount()LiveMap.Tests.LRUCacheTestinline
Add_UpdateExisting_ShouldUpdateLRUOrder()LiveMap.Tests.LRUCacheTestinline
CapacityOne_ShouldWorkCorrectly()LiveMap.Tests.LRUCacheTestinline
Clear_EmptyCache_ShouldNotThrow()LiveMap.Tests.LRUCacheTestinline
Clear_ShouldRemoveAllItems()LiveMap.Tests.LRUCacheTestinline
ConcurrentAdd_ShouldHandleThreadSafely()LiveMap.Tests.LRUCacheTestinline
ConcurrentEviction_ShouldNotThrow()LiveMap.Tests.LRUCacheTestinline
ConcurrentMixedOperations_ShouldMaintainConsistency()LiveMap.Tests.LRUCacheTestinline
ConcurrentReadWrite_ShouldHandleThreadSafely()LiveMap.Tests.LRUCacheTestinline
Constructor_WithNegativeCapacity_ShouldThrow()LiveMap.Tests.LRUCacheTestinline
Constructor_WithValidCapacity_ShouldCreateCache()LiveMap.Tests.LRUCacheTestinline
Constructor_WithZeroCapacity_ShouldThrow()LiveMap.Tests.LRUCacheTestinline
IntKeys_ShouldWorkCorrectly()LiveMap.Tests.LRUCacheTestinline
NullValues_ShouldBeAllowed()LiveMap.Tests.LRUCacheTestinline
Remove_ExistingKey_ShouldReturnTrueAndDecreaseCount()LiveMap.Tests.LRUCacheTestinline
Remove_NonExistingKey_ShouldReturnFalse()LiveMap.Tests.LRUCacheTestinline
StressTest_RapidEvictions_ShouldMaintainIntegrity()LiveMap.Tests.LRUCacheTestinline
TryGet_ExistingKey_ShouldReturnTrueAndValue()LiveMap.Tests.LRUCacheTestinline
TryGet_NonExistingKey_ShouldReturnFalseAndDefault()LiveMap.Tests.LRUCacheTestinline
TryGet_UpdatesLRUOrder()LiveMap.Tests.LRUCacheTestinline
TryGet_WithNullableValue_NonExistingKey_ShouldReturnNull()LiveMap.Tests.LRUCacheTestinline