logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LruCacheTests

    Inheritance
    object
    LruCacheTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AssetPrefetcher.Tests.Domain
    Assembly: Tests.dll
    Syntax
    public class LruCacheTests

    Constructors

    LruCacheTests()

    Declaration
    public LruCacheTests()

    Methods

    Clear_RemovesAllAndResetsCost()

    Declaration
    public void Clear_RemovesAllAndResetsCost()

    EnumerateFromOldest_ReflectsAccesses()

    Declaration
    public void EnumerateFromOldest_ReflectsAccesses()

    Put_ExistingKey_UpdatesValueCostAndOrder()

    Declaration
    public void Put_ExistingKey_UpdatesValueCostAndOrder()

    Put_NewItems_TracksCostAndRetrievable()

    Declaration
    public void Put_NewItems_TracksCostAndRetrievable()

    Remove_Existing_DecreasesCostAndReturnsTrue()

    Declaration
    public void Remove_Existing_DecreasesCostAndReturnsTrue()

    TryGet_UnknownKey_ReturnsFalseAndDefault()

    Declaration
    public void TryGet_UnknownKey_ReturnsFalseAndDefault()
    In this article
    © 2026 Serenity. All Rights Reserved