-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
How to check if cache is actually operational? #10
Comments
Yes options for loging would be a good idea. The callback is more work and kind of a breaking change. Do you see much use for that? I guess I will add some debug logging with the option to turn it on or off. |
logs are enough for sure! |
For issue #8 I was already building some logging, so will add that in a next release. |
Added in the Cache Manager so this will be added in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to verify that app actually using cache when it is supposed to use cache instead of downloading the file.
I am not sure how exactly do that?
Options:
but basically I want to see somewhere:
The text was updated successfully, but these errors were encountered: