Stone.js API
Docs
Home
Preparing search index...
stone-js-cache/src/declarations
CacheKeyOption
Type Alias CacheKeyOption
CacheKeyOption
:
string
|
(
(
...
args
:
any
[]
)
=>
string
)
A cache key: a fixed string, or a function of the decorated method's arguments.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
A cache key: a fixed string, or a function of the decorated method's arguments.