zibri
    Preparing search index...

    Type Alias ResultCacheKeyProvider<K, TResult, TArgs>

    ResultCacheKeyProvider: (result: TResult, ...args: TArgs) => K | Promise<K>

    Provider for a cache key where the result of the original function is available.

    Type Parameters

    • K
    • TResult
    • TArgs extends unknown[]

    Type Declaration