<?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: Simple Javascript Cache</title>
	<atom:link href="http://www.techfounder.net/2008/05/17/simple-javascript-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/05/17/simple-javascript-cache/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Ori Peleg</title>
		<link>http://www.techfounder.net/2008/05/17/simple-javascript-cache/comment-page-1/#comment-33</link>
		<dc:creator>Ori Peleg</dc:creator>
		<pubDate>Tue, 27 May 2008 06:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=13#comment-33</guid>
		<description>Cool!

A straight Object provides the same functionality as the &#039;Cache&#039;, but the indicative method names sure are sweet.

I&#039;d like a &#039;has&#039; method too,

  has : function(id){ // is there a cache value?
    return this.stack[id] != &#039;undefined&#039;;
  }

but I guess it&#039;s a personal preference thing. 

Side note - a &#039;preview&#039; button for the comments, and specifying the formatting allowed, would be cool :)</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>A straight Object provides the same functionality as the &#8216;Cache&#8217;, but the indicative method names sure are sweet.</p>
<p>I&#8217;d like a &#8216;has&#8217; method too,</p>
<p>  has : function(id){ // is there a cache value?<br />
    return this.stack[id] != &#8216;undefined&#8217;;<br />
  }</p>
<p>but I guess it&#8217;s a personal preference thing. </p>
<p>Side note &#8211; a &#8216;preview&#8217; button for the comments, and specifying the formatting allowed, would be cool <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ori Peleg</title>
		<link>http://www.techfounder.net/2008/05/17/simple-javascript-cache/comment-page-1/#comment-946</link>
		<dc:creator>Ori Peleg</dc:creator>
		<pubDate>Tue, 27 May 2008 06:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=13#comment-946</guid>
		<description>Cool!

A straight Object provides the same functionality as the &#039;Cache&#039;, but the indicative method names sure are sweet.

I&#039;d like a &#039;has&#039; method too,

  has : function(id){ // is there a cache value?
    return this.stack[id] != &#039;undefined&#039;;
  }

but I guess it&#039;s a personal preference thing. 

Side note - a &#039;preview&#039; button for the comments, and specifying the formatting allowed, would be cool :)</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>A straight Object provides the same functionality as the &#8216;Cache&#8217;, but the indicative method names sure are sweet.</p>
<p>I&#8217;d like a &#8216;has&#8217; method too,</p>
<p>  has : function(id){ // is there a cache value?<br />
    return this.stack[id] != &#8216;undefined&#8217;;<br />
  }</p>
<p>but I guess it&#8217;s a personal preference thing. </p>
<p>Side note &#8211; a &#8216;preview&#8217; button for the comments, and specifying the formatting allowed, would be cool <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

