UNPKG
@slan-health/taro-vueuse
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
taro vue版本hooks
@slan-health/taro-vueuse
/
dist
/
useRequest
/
core
/
utils
/
cacheQuery.d.ts
4 lines
(3 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
export
declare
const
setCacheQuery
:
(
cacheKey
:
string
,
query
:
Promise
<
any
>
) =>
void
;
export
declare
const
getCacheQuery
:
(
cacheKey
:
string
) =>
Promise
<
any
> |
undefined
;
export
declare
const
clearCacheQuery
:
(
cacheKey
?:
string
) =>
void
;