https://github.com/aeharding/capacitor-clear-cache
https://github.com/aeharding/capacitor-clear-cache
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeharding/capacitor-clear-cache
- Owner: aeharding
- Created: 2024-03-09T23:31:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T01:47:44.000Z (over 1 year ago)
- Last Synced: 2025-02-08T01:35:02.118Z (over 1 year ago)
- Language: Swift
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# capacitor-clear-cache
Clear various app caches
## Install
```bash
npm install capacitor-clear-cache
npx cap sync
```
## API
* [`clear()`](#clear)
### clear()
```typescript
clear() => Promise
```
--------------------