user98338
user98338

Reputation: 53

Safari Cache size for iPhone 3.0

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.

Upvotes: 3

Views: 3845

Answers (2)

ajay
ajay

Reputation:

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.

Upvotes: 4

cRichter
cRichter

Reputation: 1411

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

Upvotes: 1

Related Questions