UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

13 lines 320 B
/** * ```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