-
Notifications
You must be signed in to change notification settings - Fork 91
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
Do we need to remove cached items ? If yes how? #43
Comments
There's no caching done by |
@neekeetab Thanks for your reply. Can you pls do one more help? I want to download only 20 percent of each item. How can we do that? |
I am implemeting a short video feature. So I am trying to cache only the nearest times only (back and forth). So when I call caching , it starts again each time |
There's no such functionality. My guess is you will need to reimplement the loading. You can get the total size of a file and calculate 20%, then cancel download once you reach the threshold |
Please help to clear the caches... Thanks in advance
The text was updated successfully, but these errors were encountered: