Open meadlai opened 12 years ago
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.
@meadlai, Did you see this post: http://petersteinberger.com/blog/2012/nsurlcache-uses-a-disk-cache-as-of-ios5/ ?
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.