rs / SDURLCache

URLCache subclass with on-disk cache support on iPhone/iPad
MIT License
798 stars 247 forks source link

Are you sure the on-disk cache was removed? #39

Open meadlai opened 12 years ago

meadlai commented 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.

stanislaw commented 12 years ago

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