Preparing search index...
The search index is not available
NewDash
NewDash
cacheItTTL
cacheItTTL
Function cacheItTTL
cacheItTTL
<
T
extends
GeneralFunction
>
(
obj
:
T
,
options
?:
CacheItOptions
<
TTLCacheProviderParam
>
,
)
:
CachedFunction
<
T
>
Type Parameters
T
extends
GeneralFunction
Parameters
obj
:
T
Optional
options
:
CacheItOptions
<
TTLCacheProviderParam
>
Returns
CachedFunction
<
T
>
cacheItTTL
<
T
extends
Class
>
(
obj
:
T
,
options
?:
CacheItOptions
<
TTLCacheProviderParam
>
,
)
:
CachedClass
<
T
>
Type Parameters
T
extends
Class
Parameters
obj
:
T
Optional
options
:
CacheItOptions
<
TTLCacheProviderParam
>
Returns
CachedClass
<
T
>
cacheItTTL
<
T
extends
object
>
(
obj
:
T
,
options
?:
CacheItOptions
<
TTLCacheProviderParam
>
,
)
:
CachedObject
<
T
>
Type Parameters
T
extends
object
Parameters
obj
:
T
Optional
options
:
CacheItOptions
<
TTLCacheProviderParam
>
Returns
CachedObject
<
T
>
cacheItTTL
(
obj
:
any
,
options
?:
CacheItOptions
<
TTLCacheProviderParam
>
)
:
any
Parameters
obj
:
any
Optional
options
:
CacheItOptions
<
TTLCacheProviderParam
>
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
NewDash
Loading...