Native capacitor plugin to clear webview caches
npm install @tovaz/capacitor-clear-webview-cacheNative capacitor plugin to clear webview caches
``bash`
npm install @tovaz/capacitor-clear-webview-cache
npx cap sync
* nocNoc(...)
* clearCache(...)
* Interfaces
`typescript`
nocNoc(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
--------------------
`typescript`
clearCache(options?: ClearCacheOptions | undefined) => Promise<{ value: boolean; }>
| Param | Type |
| ------------- | --------------------------------------------------------------- |
| options | ClearCacheOptions |
Returns: Promise<{ value: boolean; }>
--------------------
#### ClearCacheOptions
| Prop | Type |
| -------------------- | -------------------- |
| includeCookies` | boolean |