@bodil/core - v0.4.5
    Preparing search index...

    Namespace collections

    Some useful data structures.

    Classes

    LFUCache

    A Least Frequently Used cache.

    LinkedList

    A doubly linked list.

    LRUCache

    A Least Recently Used cache.

    Interfaces

    ListNode

    Type Aliases

    LFUCacheOptions

    Configuration for the LFUCache.

    LRUCacheOptions