billmalarky / react-native-image-cache-hoc

React Native Higher Order Component that adds advanced caching functionality to the react native Image component.
MIT License
287 stars 53 forks source link

Clear cache #36

Open Shirco opened 5 years ago

Shirco commented 5 years ago

Hello,

I was wondering if it's possible to clear the cache. For example when a user disconnects and then another one connects on the same device, I would like to clear the cache because the other account doesn't need the images that were stored in cache from the first account.

Thanks a lot.