<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thomas Hambach - Web engineer &#187; http</title>
	<atom:link href="http://www.rdlt.com/category/http/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rdlt.com</link>
	<description>Web development, Web design &#38; Usability</description>
	<lastBuildDate>Mon, 06 Dec 2010 09:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cache-Control: post-check, pre-check</title>
		<link>http://www.rdlt.com/cache-control-post-check-pre-check.html</link>
		<comments>http://www.rdlt.com/cache-control-post-check-pre-check.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 14:30:09 +0000</pubDate>
		<dc:creator>Thomas Hambach</dc:creator>
				<category><![CDATA[http]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.rdlt.com/?p=142</guid>
		<description><![CDATA[An interesting resource about what those Cache Control headers actually mean! Sure made things a lot more clear for me! Internet Explorer applies the following logic to objects served with these extensions: Upon first request, the object is cached and is served from cache until the post-check interval expires. Once the post-check interval expires IE [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting resource about what those <strong>Cache Control</strong> headers actually mean! Sure made things a lot more clear for me!</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_143" class="wp-caption aligncenter" style="width: 478px;">
<dt class="wp-caption-dt"><a rel="lightbox" href="http://www.rdlt.com/wp-content/uploads/2009/03/ccetimeline.png"><img class="size-full wp-image-143" title="Cache-control: pre-check, post-check" src="http://www.rdlt.com/wp-content/uploads/2009/03/ccetimeline.png" alt="Cache-control: pre-check, post-check" width="468" height="215" /></a></dt>
</dl>
</div>
<blockquote><p>Internet Explorer applies the following logic to objects served with these extensions:</p>
<ol>
<li>Upon first request, the object is cached and is served from cache until the <code>post-check</code> interval expires.</li>
<li>Once the <code>post-check</code> interval expires IE fetches the object from cache and checks for an updated one in the background. If a newer object is available it caches it. Upon every subsequent request this updated (and now cached) object is served until the <code>pre-check</code> interval expires.</li>
<li>Once the <code>pre-check</code> interval elapses the object is treated as expired. IE will first ask the HTTP server if the object has changed since it was requested by the browser. If it has, IE will load the updated object.</li>
</ol>
</blockquote>
<p>read full article: <a href="http://aspnetresources.com/blog/cache_control_extensions.aspx" target="_blank">http://aspnetresources.com/blog/cache_control_extensions.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rdlt.com/cache-control-post-check-pre-check.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

