Searched refs:clearMemoryCache (Results 1 – 8 of 8) sorted by relevance
24 static async clearMemoryCache() { method in Image25 return await ExpoImageModule.clearMemoryCache();
18 static clearMemoryCache(): Promise<boolean>;
4 clearMemoryCache(): Promise<boolean>; constant
16 async clearMemoryCache() { method
1 … on Web.\n */\n static async clearMemoryCache(): Promise<boolean> {\n return await ExpoImage…
1 … img = new Image();\n img.src = url;\n });\n },\n\n async clearMemoryCache(): Promise<bo…
29 static async clearMemoryCache(): Promise<boolean> {30 return await ExpoImageModule.clearMemoryCache();
21 async clearMemoryCache(): Promise<boolean> {