Documentation
Preparing search index...
CacheDecorator
Interface CacheDecorator
interface
CacheDecorator
{
globalOptions
?:
CacheDecoratorOptions
;
(
options
?:
CacheDecoratorOptions
)
:
(
...
args
:
any
[]
)
=>
any
;
}
CacheDecorator
(
options
?:
CacheDecoratorOptions
)
:
(
...
args
:
any
[]
)
=>
any
Parameters
Optional
options
:
CacheDecoratorOptions
Returns
(
...
args
:
any
[]
)
=>
any
Index
Properties
global
Options?
Properties
Optional
global
Options
globalOptions
?:
CacheDecoratorOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
global
Options
Documentation
Loading...