Safari Cache size for iPhone 3.0

后端 未结 2 843
忘掉有多难
忘掉有多难 2021-01-14 15:18

Various sites on the internet claims that Safari cache on iPhone 2.2 is 25k and 19 objects. Does anyone know what is the cache size for Safari/webview on iPhone 3.0.

相关标签:
2条回答
  • 2021-01-14 15:52

    specially if you use the client side storage or a cache manifest, you can store much more data

    Client application storage is different than the Safari's own cache, to which the original poster was referring. We know that in 2.2, Safari can store 19 objects each up to 25K in size. What are the new numbers for 3.0+? The posted link/pdf doesn't seem to have the answer.

    0 讨论(0)
  • 2021-01-14 16:10

    hmm... as far as i'm aware of, the cache size since version 2.2 is much larger. specially if you use the client side storage or a cache manifest, you can store much more data.

    how to store values clientside can be read here

    Apple developer Connection

    PDF version

    0 讨论(0)
提交回复
热议问题