Entity
    Preparing search index...

    Type Alias LocalMemoryCacheValue<TFields>

    LocalMemoryCacheValue:
        | Readonly<TFields>
        | typeof DOES_NOT_EXIST_LOCAL_MEMORY_CACHE

    Type of value stored in the local memory cache. This is either the cached fields, or the DOES_NOT_EXIST_LOCAL_MEMORY_CACHE sentinel value.

    Type Parameters

    • TFields extends Record<string, any>