@vsokolov/utils - v1.4.2
    Preparing search index...

    Function cache

    • Creates a simple cache without eviction or expiration. Use lruCache for LRU eviction and TTL support.

      Type Parameters

      • T = unknown

      Returns CacheAPI<T>