<?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: Changes To WordPress Object Caching In 2.5</title>
	<atom:link href="http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/feed" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<pubDate>Tue, 07 Oct 2008 12:06:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Computer Guru</title>
		<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/#comment-191518</link>
		<dc:creator>Computer Guru</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25#comment-191518</guid>
		<description>I just finished posting about the changes to the WP object caching system, including a history of WordPress's caching abilities and memory-based extensions to the WP object cache that are WP 2.5 compatible... Hopefully it'll provide some further insight into the matter: http://neosmart.net/blog/2008/wordpress-25-and-the-object-cache/</description>
		<content:encoded><![CDATA[<p>I just finished posting about the changes to the WP object caching system, including a history of WordPress&#8217;s caching abilities and memory-based extensions to the WP object cache that are WP 2.5 compatible&#8230; Hopefully it&#8217;ll provide some further insight into the matter: <a href="http://neosmart.net/blog/2008/wordpress-25-and-the-object-cache/" rel="nofollow">http://neosmart.net/blog/2008/wordpress-25-and-the-object-cache/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/#comment-191037</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Fri, 07 Mar 2008 22:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25#comment-191037</guid>
		<description>I will say, that it appears that you are setting the top commentors after you call the get cache function. Following the logic, your plugin would preform best with disk caching where it would just pull from that.

I would keep it like that or use another caching plugin. Currently, it appears that you are caching it to memory after you try to get it, which doesn't help on the next page load when it must still preform the SQL query.</description>
		<content:encoded><![CDATA[<p>I will say, that it appears that you are setting the top commentors after you call the get cache function. Following the logic, your plugin would preform best with disk caching where it would just pull from that.</p>
<p>I would keep it like that or use another caching plugin. Currently, it appears that you are caching it to memory after you try to get it, which doesn&#8217;t help on the next page load when it must still preform the SQL query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/#comment-190974</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 06 Mar 2008 05:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25#comment-190974</guid>
		<description>I found some problem in using Object Cache in WordPress 2.5. 

I have use the function wp_cache_set to cache the object, then I use the function wp_cache_get to get the object, but it return false. 

the cache function in my plugin works in WordPress 2.3, but it doesn't work on WordPress 2.5

can you help me to have a look my plugin?
my plugin is http://wordpress.org/extend/plugins/top-first-commentors/

thanks in advance :-)</description>
		<content:encoded><![CDATA[<p>I found some problem in using Object Cache in WordPress 2.5. </p>
<p>I have use the function wp_cache_set to cache the object, then I use the function wp_cache_get to get the object, but it return false. </p>
<p>the cache function in my plugin works in WordPress 2.3, but it doesn&#8217;t work on WordPress 2.5</p>
<p>can you help me to have a look my plugin?<br />
my plugin is <a href="http://wordpress.org/extend/plugins/top-first-commentors/" rel="nofollow">http://wordpress.org/extend/plugins/top-first-commentors/</a></p>
<p>thanks in advance <img src='http://maisonbisson.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Bisson</title>
		<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/#comment-189749</link>
		<dc:creator>Casey Bisson</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25#comment-189749</guid>
		<description>@Jacob Santos: I'll definitely continue to code for them, but my concern is on the sysadmin side. The disk-based system is easy (if obviously not as efficient as a persistent memory-backed cache). I just need to learn more about that part.</description>
		<content:encoded><![CDATA[<p>@Jacob Santos: I&#8217;ll definitely continue to code for them, but my concern is on the sysadmin side. The disk-based system is easy (if obviously not as efficient as a persistent memory-backed cache). I just need to learn more about that part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25/#comment-189588</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Fri, 08 Feb 2008 02:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12087/changes-to-wordpress-object-caching-in-25#comment-189588</guid>
		<description>Actually, if you use the functions, you will have no problems, a few functions were removed, but all of the functions that plugin authors and core uses are still there and will remain. The only functionality that was removed was the enable cache and disable cache constants, so you can only disable the cache by using the new constant and replacing the current cache.

By using the caching functions you are doing your users a favor, so keep up that good work!</description>
		<content:encoded><![CDATA[<p>Actually, if you use the functions, you will have no problems, a few functions were removed, but all of the functions that plugin authors and core uses are still there and will remain. The only functionality that was removed was the enable cache and disable cache constants, so you can only disable the cache by using the new constant and replacing the current cache.</p>
<p>By using the caching functions you are doing your users a favor, so keep up that good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>