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.