@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
13 lines • 320 B
TypeScript
/**
* ```js
* import { disableCache } from '@amityco/ts-sdk-react-native'
* disableCache()
* ```
*
* Wipes the existing {@link Amity.Cache} object attached to
* an {@link Amity.Client} instance
*
* @category Cache API
*/
export declare const disableCache: () => void;
//# sourceMappingURL=disableCache.d.ts.map