zibri
    Preparing search index...

    Context information about a cache that the program is currently using.

    Index

    Constructors

    Properties

    cache: string

    The name of the cache.

    durationInMs?: number | null

    The duration that the original function took.

    hit?: boolean | null

    Whether or not the cache has been hit.

    key?: unknown

    The key of the value in the cache.

    operation: CacheOperation

    The cache operation currently running.