We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've looked through the documentation, the issues on GitHub and source code. I'd like to know, using its URL, if a file exists in the cache.
I've only found a private method in the cache manager's CacheStore: _fileExists(). But since it's private, I cannot use it.
CacheStore
_fileExists()
Any other suggestions?
The text was updated successfully, but these errors were encountered:
You can use cacheKey then get file info from cache by key: final fileInfo = await DefaultCacheManager().getFileFromCache(cacheKey);
Sorry, something went wrong.
No branches or pull requests
💬 Questions and Help
Hi,
I've looked through the documentation, the issues on GitHub and source code.
I'd like to know, using its URL, if a file exists in the cache.
I've only found a private method in the cache manager's
CacheStore
:_fileExists()
.But since it's private, I cannot use it.
Any other suggestions?
The text was updated successfully, but these errors were encountered: