<?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: NanoCache: reduce queries, save time, cache</title>
	<atom:link href="http://kahi.cz/wordpress/nanocache-simple-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://kahi.cz/wordpress/nanocache-simple-caching/</link>
	<description>Kahi's blog about WordPress, blogging (or content management?) system. Aimed mainly at advanced WP users.</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:45:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kahi</title>
		<link>http://kahi.cz/wordpress/nanocache-simple-caching/#comment-13026</link>
		<dc:creator>Kahi</dc:creator>
		<pubDate>Sun, 13 Jul 2008 16:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=44#comment-13026</guid>
		<description><p>&lt;!&#8211;texy&#8211;&gt;[1] -&gt; You are right, I myself feel that the main &quot;LoadAndMaybeUpdate&quot; code could be simplefied. *Fetch* sounds quite good. I&#039;ll take a look at that later&#8230;</p>
</description>
		<content:encoded><![CDATA[
<p>[1] → You are right, I myself feel that the main
„LoadAndMaybe­Update“ code could be simplefied. <em>Fetch</em> sounds quite
good. I'll take a look at that later…</p>

<!-- by Texy2! -->]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Lindsay</title>
		<link>http://kahi.cz/wordpress/nanocache-simple-caching/#comment-13025</link>
		<dc:creator>Sean Lindsay</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=44#comment-13025</guid>
		<description><p>&lt;!&#8211;texy&#8211;&gt;That example should read:</p>
<p>`NanoCache::Fet­ch(cache_name‘, function);`</p>
</description>
		<content:encoded><![CDATA[
<p>That example should read:</p>

<p><code>NanoCache::Fet­ch(cache_name‘, function);</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Lindsay</title>
		<link>http://kahi.cz/wordpress/nanocache-simple-caching/#comment-13024</link>
		<dc:creator>Sean Lindsay</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=44#comment-13024</guid>
		<description><p>&lt;!&#8211;texy&#8211;&gt;Would it be better to wrap the logic of the &#039;Load or Update&#039; step into a single function, to make it easier to call? You could call this function NanoCache::Fetch. The usage would be as simple as:</p>
<p>`NanoCache::Fetch(&#039;cache_name&#039;, function, );`</p>
<p>One less line to write each time you want to check the cache, with much less chance of coding error.</p>
</description>
		<content:encoded><![CDATA[
<p>Would it be better to wrap the logic of the ‚Load or Update‘ step into a
single function, to make it easier to call? You could call this function
NanoCache::Fetch. The usage would be as simple as:</p>

<p><code>NanoCache::Fetch('cache_name', function, );</code></p>

<p>One less line to write each time you want to check the cache, with much less
chance of coding error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
