<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cache header magic (or how I learned to love http response headers)</title>
	<atom:link href="http://blog.futtta.be/2007/04/06/cache-header-magic-or-how-i-learned-to-love-http-response-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.futtta.be/2007/04/06/cache-header-magic-or-how-i-learned-to-love-http-response-headers/</link>
	<description>Frank Goossens&#039; Twitterless twaddle</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: futtta</title>
		<link>http://blog.futtta.be/2007/04/06/cache-header-magic-or-how-i-learned-to-love-http-response-headers/#comment-25</link>
		<dc:creator>futtta</dc:creator>
		<pubDate>Mon, 09 Apr 2007 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.futtta.be/index.php/2007/04/06/cache-header-magic-or-how-i-learned-to-love-http-response-headers/#comment-25</guid>
		<description>There is, off course, more to be found when delving into documentation about cache-control. One of the things I learned last Friday was that &#039;cache-control:must-revalidate&#039; does not imply that an object has to be revalidated at every hit, but that it has to be revalidated when expired. Turns out that http/1.1 foresees situations where the origin server is unreachable. Without the aforementioned directive the caching-layer is allowed to return the object although expired, whilst with these headers it will have to return an error.</description>
		<content:encoded><![CDATA[<p>There is, off course, more to be found when delving into documentation about cache-control. One of the things I learned last Friday was that &#8216;cache-control:must-revalidate&#8217; does not imply that an object has to be revalidated at every hit, but that it has to be revalidated when expired. Turns out that http/1.1 foresees situations where the origin server is unreachable. Without the aforementioned directive the caching-layer is allowed to return the object although expired, whilst with these headers it will have to return an error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

