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
I would like to read all the currently cached keys.
Or to be able to check if a certain key is already cached.
More complex usage of the CacheManager requires knowledge of the currently cached keys.
Example
My app shows thumbnails. Clicking a thumbnail displays the associated, large image.
The app indicates whether the large image is already downloaded and cached or not.
For this indication, the app needs to query the Cache Manager if the associated key of the large image is already cached or not.
The text was updated successfully, but these errors were encountered:
#354
Sorry, something went wrong.
No branches or pull requests
🚀 Feature Requests
I would like to read all the currently cached keys.
Or to be able to check if a certain key is already cached.
Contextualize the feature
More complex usage of the CacheManager requires knowledge of the currently cached keys.
Describe the feature
Example
My app shows thumbnails. Clicking a thumbnail displays the associated, large image.
The app indicates whether the large image is already downloaded and cached or not.
For this indication, the app needs to query the Cache Manager if the associated key of the large image is already cached or not.
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: