SDURLCache icon indicating copy to clipboard operation
SDURLCache copied to clipboard

Are you sure the on-disk cache was removed?

Open meadlai opened this issue 12 years ago • 1 comments

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 avatar Aug 29 '12 07:08 meadlai

@meadlai, Did you see this post: http://petersteinberger.com/blog/2012/nsurlcache-uses-a-disk-cache-as-of-ios5/ ?

stanislaw avatar Sep 28 '12 22:09 stanislaw