Skip to content
New issue

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

Check if KEY is already cached #409

Closed
2 tasks done
xErik opened this issue Apr 19, 2023 · 1 comment
Closed
2 tasks done

Check if KEY is already cached #409

xErik opened this issue Apr 19, 2023 · 1 comment

Comments

@xErik
Copy link

xErik commented Apr 19, 2023

🚀 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)

  • 📱 iOS
  • 🤖 Android
@martijn00
Copy link
Member

#354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants