docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LRUCache<K, V>

    Class LRUCache.

    Inheritance
    object
    LRUCache<K, V>
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    public class LRUCache<K, V>
    Type Parameters
    Name Description
    K

    Key Type

    V

    Value Type

    Constructors

    Name Description
    LRUCache(uint)

    Initializes a new instance of the LRUCache<K, V> class.

    Properties

    Name Description
    Capacity

    Gets or sets the capacity.

    Count

    Gets the count.

    Methods

    Name Description
    Add(K, V)

    Adds the specified key.

    Clear()

    Clears this instance.

    Get(K)

    Gets the specified key.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)