<?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: Using a decorator for caching purposes</title>
	<atom:link href="http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62</link>
	<description>Developer Notes</description>
	<lastBuildDate>Wed, 05 May 2010 01:47:12 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: khelo</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-50</link>
		<dc:creator>khelo</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-50</guid>
		<description>thanks , I&#039;ll do that.</description>
		<content:encoded><![CDATA[<p>thanks , I&#8217;ll do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-49</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-49</guid>
		<description>Good solution. May want to consider using the Strategy pattern in place of the switch if the switch cases grow.</description>
		<content:encoded><![CDATA[<p>Good solution. May want to consider using the Strategy pattern in place of the switch if the switch cases grow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by deepakcs</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-37</link>
		<dc:creator>Twitted by deepakcs</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-37</guid>
		<description>[...] This post was Twitted by deepakcs [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by deepakcs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Webuml – Developer Notes » Blog Archive » Using a decorator for caching purposes -- Topsy.com</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-36</link>
		<dc:creator>Tweets that mention Webuml – Developer Notes » Blog Archive » Using a decorator for caching purposes -- Topsy.com</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-36</guid>
		<description>[...] This post was mentioned on Twitter by Flavio Luiz Mendes, deepak. deepak said: Using a decorator for caching purposes - http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Flavio Luiz Mendes, deepak. deepak said: Using a decorator for caching purposes &#8211; <a href="http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62" rel="nofollow">http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khelo</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-35</link>
		<dc:creator>khelo</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-35</guid>
		<description>That&#039;s a good practice , this example only pointed how you can cache a class with the use of an decorator . With few tweaks it can be used for any class.

Of course there are other practices  , but to make the example clear, this  example does the job.  Thank you for your feedback.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good practice , this example only pointed how you can cache a class with the use of an decorator . With few tweaks it can be used for any class.</p>
<p>Of course there are other practices  , but to make the example clear, this  example does the job.  Thank you for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://www.webuml.com/blog/using-a-decorator-for-caching-purposes/62/comment-page-1#comment-33</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Sat, 21 Nov 2009 12:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webuml.com/blog/?p=62#comment-33</guid>
		<description>Good example, but I&#039;d rather extract an interface when decorating.</description>
		<content:encoded><![CDATA[<p>Good example, but I&#8217;d rather extract an interface when decorating.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
