Home
last modified time | relevance | path

Searched refs:clearDiskCache (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-image/build/
H A DImage.js35 static async clearDiskCache() { method in Image
36 return await ExpoImageModule.clearDiskCache();
H A DImage.d.ts27 static clearDiskCache(): Promise<boolean>;
H A DExpoImage.web.d.ts5 clearDiskCache(): Promise<boolean>; constant
H A DExpoImage.web.js19 async clearDiskCache() { method
H A DImage.js.map1 …e` on Web.\n */\n static async clearDiskCache(): Promise<boolean> {\n return await ExpoImage…
H A DExpoImage.web.js.map1 …emoryCache(): Promise<boolean> {\n return false;\n },\n\n async clearDiskCache(): Promise<boo…
/expo/packages/expo-image/src/
H A DImage.tsx41 static async clearDiskCache(): Promise<boolean> {
42 return await ExpoImageModule.clearDiskCache();
H A DExpoImage.web.tsx25 async clearDiskCache(): Promise<boolean> {
/expo/apps/native-component-list/src/screens/Image/
H A DImageCacheKeyScreen.tsx48 onPress={Image.clearDiskCache}
/expo/packages/expo-image/android/src/main/java/expo/modules/image/
H A DExpoImageModule.kt45 Glide.get(activity).clearDiskCache() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/
H A DExpoImageModule.kt44 Glide.get(activity).clearDiskCache() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/
H A DExpoImageModule.kt45 Glide.get(activity).clearDiskCache() in <lambda>()