Home
last modified time | relevance | path

Searched refs:clearMemoryCache (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-image/build/
H A DImage.js24 static async clearMemoryCache() { method in Image
25 return await ExpoImageModule.clearMemoryCache();
H A DImage.d.ts18 static clearMemoryCache(): Promise<boolean>;
H A DExpoImage.web.d.ts4 clearMemoryCache(): Promise<boolean>; constant
H A DExpoImage.web.js16 async clearMemoryCache() { method
H A DImage.js.map1 … on Web.\n */\n static async clearMemoryCache(): Promise<boolean> {\n return await ExpoImage…
H A DExpoImage.web.js.map1 … img = new Image();\n img.src = url;\n });\n },\n\n async clearMemoryCache(): Promise<bo…
/expo/packages/expo-image/src/
H A DImage.tsx29 static async clearMemoryCache(): Promise<boolean> {
30 return await ExpoImageModule.clearMemoryCache();
H A DExpoImage.web.tsx21 async clearMemoryCache(): Promise<boolean> {