An open API service indexing awesome lists of open source software.

https://github.com/aeharding/capacitor-clear-cache


https://github.com/aeharding/capacitor-clear-cache

Last synced: 10 months ago
JSON representation

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
```

--------------------