We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found there are two db files on folder"Library/Catches/com.company.appname/" with UIWebView app:
ApplicationCache.db, Cache.db
==and== try those sqls:
"select * from CacheResourceData", after opening ApplicationCache.db
"select * from cfurl_cache_receiver_data" on Cache.db
Both are cache file content on the disk, so I do not really agree with you that:
There is no cache on iPhone & iPad.
The text was updated successfully, but these errors were encountered:
@meadlai, Did you see this post: http://petersteinberger.com/blog/2012/nsurlcache-uses-a-disk-cache-as-of-ios5/ ?
Sorry, something went wrong.
No branches or pull requests
I found there are two db files on folder"Library/Catches/com.company.appname/" with UIWebView app:
ApplicationCache.db, Cache.db
==and==
try those sqls:
"select * from CacheResourceData", after opening ApplicationCache.db
"select * from cfurl_cache_receiver_data" on Cache.db
Both are cache file content on the disk, so I do not really agree with you that:
There is no cache on iPhone & iPad.
The text was updated successfully, but these errors were encountered: