Preparing search index...
The search index is not available
node-cache-plus
node-cache-plus
CacheFunctionOptions
Interface CacheFunctionOptions
interface
CacheFunctionOptions
{
cacheInstance
?:
Cache
;
key
?:
string
;
keyGenerator
?:
(
fnName
:
string
,
args
:
any
[]
)
=>
string
;
tags
?:
string
[]
;
ttl
?:
number
;
}
Index
Properties
cache
Instance?
key?
key
Generator?
tags?
ttl?
Properties
Optional
cache
Instance
cacheInstance
?:
Cache
Optional
key
key
?:
string
Optional
key
Generator
keyGenerator
?:
(
fnName
:
string
,
args
:
any
[]
)
=>
string
Optional
tags
tags
?:
string
[]
Optional
ttl
ttl
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Instance
key
key
Generator
tags
ttl
node-cache-plus
Loading...