You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this package along with react-native-cached-image. I would like to clean up actual files from filesystem when LRU auto-pruning is triggered.
Can we provide a callback that gets invoked immediately after the cache is pruned? The callback function should receive keys that were removed during pruning.
The text was updated successfully, but these errors were encountered:
I am using this package along with react-native-cached-image. I would like to clean up actual files from filesystem when LRU auto-pruning is triggered.
Can we provide a callback that gets invoked immediately after the cache is pruned? The callback function should receive keys that were removed during pruning.
The text was updated successfully, but these errors were encountered: