philia
Preparing search index...
connect/common/type
Cache
Interface Cache
interface
Cache
{
data
:
Request
;
promise
:
Promise
<
unknown
>
;
reject
:
(
reason
?:
any
)
=>
void
;
resolve
:
(
value
:
unknown
)
=>
void
;
retry
:
number
;
timeout
?:
Timeout
;
finally
()
:
void
;
}
Hierarchy
ReturnType
<
typeof
Promise.withResolvers
>
Cache
Index
Properties
data
promise
reject
resolve
retry
timeout?
Methods
finally
Properties
data
data
:
Request
promise
promise
:
Promise
<
unknown
>
reject
reject
:
(
reason
?:
any
)
=>
void
resolve
resolve
:
(
value
:
unknown
)
=>
void
retry
retry
:
number
Optional
timeout
timeout
?:
Timeout
Methods
finally
finally
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
promise
reject
resolve
retry
timeout
Methods
finally
philia
Loading...