<?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: Adding Automatic Query Caching to Model::find() in CakePHP 1.2</title>
	<atom:link href="http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/</link>
	<description>A PHP web developer writing about the web.</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:07:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: loopmob</title>
		<link>http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/comment-page-1/#comment-3667</link>
		<dc:creator>loopmob</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamienay.com/?p=451#comment-3667</guid>
		<description>Bookmarked</description>
		<content:encoded><![CDATA[<p>Bookmarked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/comment-page-1/#comment-3463</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://jamienay.com/?p=451#comment-3463</guid>
		<description>Good point, Neil - having private functions in a class like AppModel really takes away from flexibility. I&#039;ve updated the code on GitHub (and, if Matt Curry&#039;s WordPress GitHub plugin is working, on here too).</description>
		<content:encoded><![CDATA[<p>Good point, Neil &#8211; having private functions in a class like AppModel really takes away from flexibility. I&#8217;ve updated the code on GitHub (and, if Matt Curry&#8217;s WordPress GitHub plugin is working, on here too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Crookes</title>
		<link>http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/comment-page-1/#comment-3461</link>
		<dc:creator>Neil Crookes</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://jamienay.com/?p=451#comment-3461</guid>
		<description>Nice one Jamie.

As a general point though, I&#039;d make the getCachedResults method implied protected (single underscore) rather than implied private (double underscore) so if you need to you can override the method in your actual models if you need to.</description>
		<content:encoded><![CDATA[<p>Nice one Jamie.</p>
<p>As a general point though, I&#8217;d make the getCachedResults method implied protected (single underscore) rather than implied private (double underscore) so if you need to you can override the method in your actual models if you need to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP : signets remarquables du 23/11/2009 au 25/11/2009 &#124; Cherry on the...</title>
		<link>http://jamienay.com/2009/11/adding-automatic-caching-to-model-find-in-cakephp-1-2/comment-page-1/#comment-3450</link>
		<dc:creator>CakePHP : signets remarquables du 23/11/2009 au 25/11/2009 &#124; Cherry on the...</dc:creator>
		<pubDate>Wed, 25 Nov 2009 08:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://jamienay.com/?p=451#comment-3450</guid>
		<description>[...] Adding Automatic Query Caching to Model::find() in CakePHP 1.2 &#124; Jamie Nay [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding Automatic Query Caching to Model::find() in CakePHP 1.2 | Jamie Nay [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
