Closed this issue 4 years ago ยท 2 comments
Is there any way to clear cached images? And thank you for this great tool ๐
Hello @herbou ๐ Thanks for using Davinci. Two static functions called Davinci.ClearCache(imageUrl); and Davinci.ClearAllCachedFiles(); has beed added in d6a2410 Take care!
Davinci.ClearCache(imageUrl);
Davinci.ClearAllCachedFiles();
That's cool ๐, thank you.