原子操作

飞道科技

@dfeidao/atom-mobile > cache清空缓存

External module: cache清空缓存

Index

Functions


Functions

clear_all

clear_all(): Promise<void>

Defined in cache/clear-all.ts:18

清空缓存

example:

import clear_all from '@dfeidao/atom-mobile/cache/clear-all';
await clear_all();

Returns: Promise<void>