ThemeParks.wiki Parks API - v2.0.0
Preparing search index...
cache
Function cache
cache
(
__namedParameters
?:
{
cacheVersion
?:
string
|
number
;
callback
?:
(
response
:
any
)
=>
number
;
key
?:
string
|
(
(
this
:
any
,
args
:
any
[]
)
=>
string
|
Promise
<
string
>
)
;
ttlSeconds
?:
number
;
}
,
)
:
(
target
:
any
,
propertyKey
:
string
,
descriptor
:
PropertyDescriptor
,
)
=>
void
Parameters
__namedParameters
:
{
cacheVersion
?:
string
|
number
;
callback
?:
(
response
:
any
)
=>
number
;
key
?:
string
|
(
(
this
:
any
,
args
:
any
[]
)
=>
string
|
Promise
<
string
>
)
;
ttlSeconds
?:
number
;
}
= {}
Returns
(
target
:
any
,
propertyKey
:
string
,
descriptor
:
PropertyDescriptor
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ThemeParks.wiki Parks API - v2.0.0
Loading...