@umbraco-cms/backoffice
    Preparing search index...

    Class UmbLruCache<K, V>

    This class provides a Least Recently Used (LRU) cache implementation. It is designed to store key-value pairs and automatically remove the least recently used items when the cache exceeds a maximum size.

    Type Parameters

    • K
    • V
    Index

    Constructors

    Methods

    Constructors

    Methods