我在iOS模拟器中发现,库缓存路径中有一个名为Cache.db的文件。
db中有一些表:
sqlite3 Cache.db
SQLite version 3.7.5
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .table
cfurl_cache_blob_data cfurl_cache_response
cfurl_cache_receiver_data cfurl_cache_schema_version
我想知道它做了什么?我们怎样才能使用这个db?