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
The default CacheManager is great, and automatic caching is great.
But for some files, I need to manually download them to cache, using downloadFile, great.
But later, I need to check wether a file is already cached, to decide whether to download it or not.
And I need to do that for hundreds of files.
So it would be very nice to add too methods :
A method to check whether a file is cached or not (without providing the File itself), returning a bool.
A method to list ALL cached files (like provider.getAllObjects() in CacheStore), returning a list of keys.
The text was updated successfully, but these errors were encountered:
🚀 Feature Requests
The default
CacheManager
is great, and automatic caching is great.But for some files, I need to manually download them to cache, using
downloadFile
, great.But later, I need to check wether a file is already cached, to decide whether to download it or not.
And I need to do that for hundreds of files.
So it would be very nice to add too methods :
provider.getAllObjects()
inCacheStore
), returning a list of keys.The text was updated successfully, but these errors were encountered: