Preparing search index...
The search index is not available
NewDash
NewDash
cacheIt
CacheItOptions
Interface CacheItOptions<CACHE_PARAM>
interface
CacheItOptions
<
CACHE_PARAM
>
{
provider
?:
Class
<
CacheProvider
<
any
,
any
>
>
;
providerArgs
?:
any
[]
;
providerOptions
?:
CacheConfig
<
CACHE_PARAM
>
;
}
Type Parameters
CACHE_PARAM
=
any
Index
Properties
provider?
provider
Args?
provider
Options?
Properties
Optional
provider
provider
?:
Class
<
CacheProvider
<
any
,
any
>
>
provider type, the constructor of CacheProvider
Optional
provider
Args
provider
Args
?:
any
[]
provider constructor args
Deprecated
Optional
provider
Options
provider
Options
?:
CacheConfig
<
CACHE_PARAM
>
provider config
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provider
provider
Args
provider
Options
NewDash
Loading...
provider type, the constructor of CacheProvider