<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Is localStorage The New Browser Cache?</title>
	<link>http://ericgoldsmith.com/2011/03/29/is-localstorage-the-new-browser-cache/</link>
	<description>Random thoughts on life and technology</description>
	<pubDate>Sat, 19 May 2012 18:10:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Frank Denis</title>
		<link>http://ericgoldsmith.com/2011/03/29/is-localstorage-the-new-browser-cache/#comment-11382</link>
		<author>Frank Denis</author>
		<pubDate>Wed, 30 Mar 2011 17:05:13 +0000</pubDate>
		<guid>http://ericgoldsmith.com/2011/03/29/is-localstorage-the-new-browser-cache/#comment-11382</guid>
		<description>Yes it is. There's no reason not to use it as a browser cache.

The browser cache sucks. It barely knows about the context, what really ought to be cached and what is safe to expire. Plus the client doesn't have much control on the cache. And the browser cache only caches resources. Not fragments.

localStorage is awesome as a flexible cache. Especially for fragments, see my blog post: http://00f.net/2010/09/22/transparent-client-side-fragment-cache/

Let's use it, it's just perfect for this kind of task. The only thing to fear of is what will happen once marketing companies realize how powerful it is.</description>
		<content:encoded><![CDATA[<p>Yes it is. There&#8217;s no reason not to use it as a browser cache.</p>
<p>The browser cache sucks. It barely knows about the context, what really ought to be cached and what is safe to expire. Plus the client doesn&#8217;t have much control on the cache. And the browser cache only caches resources. Not fragments.</p>
<p>localStorage is awesome as a flexible cache. Especially for fragments, see my blog post: <a href="http://00f.net/2010/09/22/transparent-client-side-fragment-cache/" rel="nofollow">http://00f.net/2010/09/22/transparent-client-side-fragment-cache/</a></p>
<p>Let&#8217;s use it, it&#8217;s just perfect for this kind of task. The only thing to fear of is what will happen once marketing companies realize how powerful it is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

