-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cache lifetime? #58
Comments
There is |
@triniwiz Currently I am unable to get the .clear() function to properly clear the cache. |
@CarissaHurt any error ? |
@triniwiz There use to be an error on Android, however after upgrading to the most recent version, I do not get the error anymore. I believe the version we upgraded from was NS 6.1 -> 6.3. Currently ts throws a warning for the .clear() function because it requests to have a src passed into the function, however after further research into the plugin code, it seems unnecessary. To test I am using an iPhone simulator (exact version is iPhone 7 13.3). I get the saved cache src and follow it in my finder to view the folder the photos are being held in. Then I use the clear function, however all the photos are still held in that location. I could be missing something, any thoughts? |
First of all, thanks for actively maintaining this repo and for providing examples for all frameworks 👍 . This is really great.
I could not find what the lifetime of the image cache is? Is it unlimited? Is there a way to set it? Is there a way to clear the whole cache?
The text was updated successfully, but these errors were encountered: