268 Views
HTML5 introduces client-side caching for local and session storage. Learn how to boost your app's performance through the new functionality.
1 comments
dpeterson
12/16/2011 3:43:10 PM
I sometimes deal with very, very large chunks of data to cache client side. So much so, that sometimes it's larger than even the cache will allow for. I really wish that the spec had defined a method for determining the remaining space.