You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's seem that [[EGOCache globalCache] clearCache] doesn't work at all. The cache is still there. The images are loaded using the cache, not downloading again after this method is called. Please consider this.
Update: I changed all the currentCache method in the lib to globalCache then it works, but not perfectly.
It doesn't work at all in iOS 6.1 but sometimes work in iOS5.1. For details, the first time the clear cache button is pressed, it works. But then it sometimes just doesn't work, or some images are still cached, while some others are cleared.
The text was updated successfully, but these errors were encountered:
It's seem that [[EGOCache globalCache] clearCache] doesn't work at all. The cache is still there. The images are loaded using the cache, not downloading again after this method is called. Please consider this.
Update: I changed all the currentCache method in the lib to globalCache then it works, but not perfectly.
It doesn't work at all in iOS 6.1 but sometimes work in iOS5.1. For details, the first time the clear cache button is pressed, it works. But then it sometimes just doesn't work, or some images are still cached, while some others are cleared.
The text was updated successfully, but these errors were encountered: