<?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"
	>
<channel>
	<title>Comments on: Handling Cache Invalidation</title>
	<atom:link href="http://www.davidcramer.net/code/61/handling-cache-invalidation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/61/handling-cache-invalidation.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Mon, 08 Sep 2008 11:17:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Ivan Jovanovic</title>
		<link>http://www.davidcramer.net/code/61/handling-cache-invalidation.html#comment-18996</link>
		<dc:creator>Ivan Jovanovic</dc:creator>
		<pubDate>Mon, 10 Mar 2008 12:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/61/python-and-php-memcached-client-comparisons.html#comment-18996</guid>
		<description>I'm now exploring around the problem of caching and invalidation of 1-n relations between the items.
What do you think about some general mechanism of that kind of invalidation that could be provided by memcached for example. 
Could the relations between items and their invalidation upon change be implemented into caching mechanisms, better than into application logic.

As I see this is a general problem so maybe to solve it in more general place could be more appropriate????</description>
		<content:encoded><![CDATA[<p>I&#8217;m now exploring around the problem of caching and invalidation of 1-n relations between the items.<br />
What do you think about some general mechanism of that kind of invalidation that could be provided by memcached for example.<br />
Could the relations between items and their invalidation upon change be implemented into caching mechanisms, better than into application logic.</p>
<p>As I see this is a general problem so maybe to solve it in more general place could be more appropriate????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/61/handling-cache-invalidation.html#comment-15456</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/61/python-and-php-memcached-client-comparisons.html#comment-15456</guid>
		<description>I was actually looking at .NET's caching framework -- and the SqlCacheDependency is pretty cool.

We are also going to come up with a solid (hopefully) solution for dependencies. But it seems the best solution is going to be store another object in memory that gives reverse mappings to keys which are dependent on keys.

You would then simply register a dependency to gain invalidation on it, but you'd automatically gain invalidation when objects were removed from the cache still using this system described above.</description>
		<content:encoded><![CDATA[<p>I was actually looking at .NET&#8217;s caching framework &#8212; and the SqlCacheDependency is pretty cool.</p>
<p>We are also going to come up with a solid (hopefully) solution for dependencies. But it seems the best solution is going to be store another object in memory that gives reverse mappings to keys which are dependent on keys.</p>
<p>You would then simply register a dependency to gain invalidation on it, but you&#8217;d automatically gain invalidation when objects were removed from the cache still using this system described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.davidcramer.net/code/61/handling-cache-invalidation.html#comment-15446</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 07 Dec 2007 06:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/61/python-and-php-memcached-client-comparisons.html#comment-15446</guid>
		<description>It might be worth reading through the documentation for the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms178604.aspx" rel="nofollow"&gt;SqlCacheDependency&lt;/a&gt; framework for .NET to see if you can gleam any other useful information for this as well.</description>
		<content:encoded><![CDATA[<p>It might be worth reading through the documentation for the <a href="http://msdn2.microsoft.com/en-us/library/ms178604.aspx" rel="nofollow">SqlCacheDependency</a> framework for .NET to see if you can gleam any other useful information for this as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
