Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
MAX_CACHE_SIZE works great keeping the cache small. However, when we are deleting a file from the remote backend, the cache is not informed and the file is still cached. It would be nice to check if the file still exists in the remote backend periodically ever x minutes/hours/days/weeks.
Describe alternatives you've considered
Removing files from the cache with cron, this is however not ideal.
Additional context
None.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
MAX_CACHE_SIZEworks great keeping the cache small. However, when we are deleting a file from the remote backend, the cache is not informed and the file is still cached. It would be nice to check if the file still exists in the remote backend periodically ever x minutes/hours/days/weeks.Describe alternatives you've considered
Removing files from the cache with cron, this is however not ideal.
Additional context
None.