zibri
Preparing search index...
caching/cache/cache-options.model
ResultCacheKeyProvider
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
(
result
:
TResult
,
...
args
:
TArgs
)
:
K
|
Promise
<
K
>
Parameters
result
:
TResult
...
args
:
TArgs
Returns
K
|
Promise
<
K
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
Provider for a cache key where the result of the original function is available.