<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>memcachedproviders Work Item Rss Feed</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/List.aspx</link><description>memcachedproviders Work Item Rss Description</description><item><title>Created Issue: Add Oracle Db [9860]</title><link>http://memcachedproviders.codeplex.com/workitem/9860</link><description>1.Add Oracle Db&lt;br /&gt;</description><author>x1988z</author><pubDate>Wed, 23 Jan 2013 01:58:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Oracle Db [9860] 20130123015833A</guid></item><item><title>Created Issue: SessionStateProvider may be have a bug [8736]</title><link>http://memcachedproviders.codeplex.com/workitem/8736</link><description>In the method public override void ReleaseItemExclusive,  the code&amp;#65306;&lt;br /&gt;this._client.Store&amp;#40;StoreMode.Set, id, objHolder&amp;#41;&amp;#59;&lt;br /&gt;should be replaced as&amp;#58;&lt;br /&gt;this._client.Store&amp;#40;StoreMode.Set, id, objHolder,new TimeSpan&amp;#40;0,_objConfig.Timeout.Minutes,0&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;or the session timeout will be wrong.&lt;br /&gt;</description><author>luminji</author><pubDate>Thu, 29 Sep 2011 09:08:30 GMT</pubDate><guid isPermaLink="false">Created Issue: SessionStateProvider may be have a bug [8736] 20110929090830A</guid></item><item><title>Reopened Feature: Add support for MySQL for Db Backup [635]</title><link>http://memcachedproviders.codeplex.com/workitem/635</link><description>Add support for MySQL for Db Backup&lt;br /&gt;Comments: ** Comment from web user: fahadaz ** &lt;p&gt;completed&lt;/p&gt;</description><author>fahadaz</author><pubDate>Wed, 11 Aug 2010 15:10:08 GMT</pubDate><guid isPermaLink="false">Reopened Feature: Add support for MySQL for Db Backup [635] 20100811031008P</guid></item><item><title>Closed Feature: Add support for MySQL for Db Backup [635]</title><link>http://memcachedproviders.codeplex.com/workitem/635</link><description>Add support for MySQL for Db Backup&lt;br /&gt;Comments: &lt;p&gt;completed&lt;/p&gt;</description><author>fahadaz</author><pubDate>Wed, 11 Aug 2010 15:10:03 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add support for MySQL for Db Backup [635] 20100811031003P</guid></item><item><title>Closed Issue: Web application raised error after restart memcacheD [4056]</title><link>http://memcachedproviders.codeplex.com/workitem/4056</link><description>I&amp;#39;d make the code as below&amp;#59; It works fine in normal situation. But, I restart memcacheD as failure situation. Then, it raised error. So, I restart my IIS, then it&amp;#39;s OK.&lt;br /&gt;Please let me know the resolution.&lt;br /&gt;&lt;br /&gt;            int top_count &amp;#61; 10&amp;#59;&lt;br /&gt;            string key &amp;#61; &amp;#34;keyname&amp;#34; &amp;#43; top_count.ToString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            object ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            if &amp;#40;ds &amp;#61;&amp;#61; null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                SqlConnection cn &amp;#61; new SqlConnection&amp;#40;connectionString&amp;#41;&amp;#59;&lt;br /&gt;                cn.Open&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                SqlCommand cmd &amp;#61; new SqlCommand&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                cmd.Connection &amp;#61; cn&amp;#59;&lt;br /&gt;                cmd.CommandText &amp;#61; &amp;#34;dbo.sp&amp;#34;&amp;#59;&lt;br /&gt;                cmd.CommandType &amp;#61; CommandType.StoredProcedure&amp;#59;&lt;br /&gt;                cmd.CommandTimeout &amp;#61; 0&amp;#59;&lt;br /&gt;                SqlParameter param &amp;#61; new SqlParameter&amp;#40;&amp;#34;&amp;#64;top_count&amp;#34;, SqlDbType.Int&amp;#41;&amp;#59;&lt;br /&gt;                param.Value &amp;#61; top_count&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Parameters.Add&amp;#40;param&amp;#41;&amp;#59;&lt;br /&gt;                SqlDataAdapter adp &amp;#61; new SqlDataAdapter&amp;#40;cmd&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                DataSet dsSet &amp;#61; new DataSet&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                adp.Fill&amp;#40;dsSet&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                bool b &amp;#61; DistCache.Add&amp;#40;key, dsSet, 3000&amp;#41;&amp;#59;&lt;br /&gt;                if &amp;#40;b &amp;#61;&amp;#61; false&amp;#41;&lt;br /&gt;                    Response.Write&amp;#40;&amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Connection &amp;#61; null&amp;#59;&lt;br /&gt;                cn.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            Response.Write&amp;#40;&amp;#40;&amp;#40;DataSet&amp;#41;ds&amp;#41;.GetXml&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>fahadaz</author><pubDate>Wed, 11 Aug 2010 15:09:41 GMT</pubDate><guid isPermaLink="false">Closed Issue: Web application raised error after restart memcacheD [4056] 20100811030941P</guid></item><item><title>Created Issue: Changeset 29520 cause NullReferenceException when UAC enabled in Windows Server 2008 [5845]</title><link>http://memcachedproviders.codeplex.com/WorkItem/View.aspx?WorkItemId=5845</link><description>Here is the exception details&amp;#58;&lt;br /&gt;&lt;br /&gt;   MemcachedProviders.Cache.MemcachedCacheProvider.IncrementTotalOperPC&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;memcachedproviders&amp;#92;trunk&amp;#92;memcachedproviders&amp;#92;cache&amp;#92;memcachedcacheprovider.cs&amp;#58;386&lt;br /&gt;   MemcachedProviders.Cache.MemcachedCacheProvider.Get&amp;#40;String strKey&amp;#41; in d&amp;#58;&amp;#92;memcachedproviders&amp;#92;trunk&amp;#92;memcachedproviders&amp;#92;cache&amp;#92;memcachedcacheprovider.cs&amp;#58;212&lt;br /&gt;   MemcachedProviders.Cache.DistCache.Get&amp;#40;String strKey&amp;#41; in D&amp;#58;&amp;#92;memcachedproviders&amp;#92;Trunk&amp;#92;MemcachedProviders&amp;#92;Cache&amp;#92;DistCache.cs&amp;#58;185&lt;br /&gt;</description><author>doggy8088</author><pubDate>Thu, 28 Jan 2010 03:23:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Changeset 29520 cause NullReferenceException when UAC enabled in Windows Server 2008 [5845] 20100128032352A</guid></item><item><title>Created Issue: UTF-8 support for Memcached Providers [5835]</title><link>http://memcachedproviders.codeplex.com/WorkItem/View.aspx?WorkItemId=5835</link><description>For current version, it&amp;#39;s unable to read&amp;#47;send UTF-8 &amp;#40; non-ASCII &amp;#41; characters to the memcached correctly.  I was trying to apply a patch for that.  Hope that help&amp;#33;&lt;br /&gt;</description><author>doggy8088</author><pubDate>Wed, 27 Jan 2010 16:01:59 GMT</pubDate><guid isPermaLink="false">Created Issue: UTF-8 support for Memcached Providers [5835] 20100127040159P</guid></item><item><title>Commented Issue: Web application raised error after restart memcacheD [4056]</title><link>http://memcachedproviders.codeplex.com/WorkItem/View.aspx?WorkItemId=4056</link><description>I&amp;#39;d make the code as below&amp;#59; It works fine in normal situation. But, I restart memcacheD as failure situation. Then, it raised error. So, I restart my IIS, then it&amp;#39;s OK.&lt;br /&gt;Please let me know the resolution.&lt;br /&gt;&lt;br /&gt;            int top_count &amp;#61; 10&amp;#59;&lt;br /&gt;            string key &amp;#61; &amp;#34;keyname&amp;#34; &amp;#43; top_count.ToString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            object ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            if &amp;#40;ds &amp;#61;&amp;#61; null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                SqlConnection cn &amp;#61; new SqlConnection&amp;#40;connectionString&amp;#41;&amp;#59;&lt;br /&gt;                cn.Open&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                SqlCommand cmd &amp;#61; new SqlCommand&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                cmd.Connection &amp;#61; cn&amp;#59;&lt;br /&gt;                cmd.CommandText &amp;#61; &amp;#34;dbo.sp&amp;#34;&amp;#59;&lt;br /&gt;                cmd.CommandType &amp;#61; CommandType.StoredProcedure&amp;#59;&lt;br /&gt;                cmd.CommandTimeout &amp;#61; 0&amp;#59;&lt;br /&gt;                SqlParameter param &amp;#61; new SqlParameter&amp;#40;&amp;#34;&amp;#64;top_count&amp;#34;, SqlDbType.Int&amp;#41;&amp;#59;&lt;br /&gt;                param.Value &amp;#61; top_count&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Parameters.Add&amp;#40;param&amp;#41;&amp;#59;&lt;br /&gt;                SqlDataAdapter adp &amp;#61; new SqlDataAdapter&amp;#40;cmd&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                DataSet dsSet &amp;#61; new DataSet&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                adp.Fill&amp;#40;dsSet&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                bool b &amp;#61; DistCache.Add&amp;#40;key, dsSet, 3000&amp;#41;&amp;#59;&lt;br /&gt;                if &amp;#40;b &amp;#61;&amp;#61; false&amp;#41;&lt;br /&gt;                    Response.Write&amp;#40;&amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Connection &amp;#61; null&amp;#59;&lt;br /&gt;                cn.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            Response.Write&amp;#40;&amp;#40;&amp;#40;DataSet&amp;#41;ds&amp;#41;.GetXml&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: fahadaz ** &lt;p&gt;The problem is with the sockets that are used by memcached client. If memcached dies out. Those sockets will be open until the time out value set in the&lt;br /&gt;web.config is reached. If this value is set as a higher number like a couple of minutes or more it will be stuck till then and after that server will be marked as &lt;br /&gt;dead. If there is only one memcached server in the pool then memcached provider would not work anymore.&lt;br /&gt;- Fahad&lt;/p&gt;</description><author>fahadaz</author><pubDate>Fri, 11 Sep 2009 13:43:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Web application raised error after restart memcacheD [4056] 20090911014331P</guid></item><item><title>Commented Issue: Output cache is not working with Forms Authentication</title><link>http://memcachedproviders.codeplex.com/WorkItem/View.aspx?WorkItemId=1729</link><description>Hello, &lt;br /&gt; &lt;br /&gt;Thanks for working on this. I was trying to play around with the page output caching. &lt;br /&gt; &lt;br /&gt;When I added&amp;#58;&lt;br /&gt; &amp;#60;add name&amp;#61;&amp;#34;MemcachedModule&amp;#34; type&amp;#61;&amp;#34;MemcachedProviders.Util.MemcachedModule, MemcachedProviders&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt; &lt;br /&gt;to the httpModules section in the config, my project starts, but doesn&amp;#39;t work right. I can&amp;#39;t log in properly &amp;#40;get past the log in page&amp;#41;.&lt;br /&gt; &lt;br /&gt;How exactly does it work as in, &lt;br /&gt;-how do you tell it to cache a particular page&amp;#63;&lt;br /&gt;-how long will it cache it for&amp;#63;&lt;br /&gt; &lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: MarcusKing ** &lt;p&gt;I don&amp;#39;t think output caching would be handled by memcached  usually the html is rendered and stored in IIS&amp;#39;s cache.  I may be completeley off bas or don&amp;#39;t know about a feature of this provider but I don&amp;#39;t think memcached handles this.&lt;/p&gt;</description><author>MarcusKing</author><pubDate>Thu, 11 Jun 2009 18:20:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Output cache is not working with Forms Authentication 20090611062037P</guid></item><item><title>Created Issue: Web application raised error after restart memcacheD</title><link>http://memcachedproviders.codeplex.com/WorkItem/View.aspx?WorkItemId=4056</link><description>I&amp;#39;d make the code as below&amp;#59; It works fine in normal situation. But, I restart memcacheD as failure situation. Then, it raised error. So, I restart my IIS, then it&amp;#39;s OK.&lt;br /&gt;Please let me know the resolution.&lt;br /&gt;&lt;br /&gt;            int top_count &amp;#61; 10&amp;#59;&lt;br /&gt;            string key &amp;#61; &amp;#34;keyname&amp;#34; &amp;#43; top_count.ToString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            object ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            if &amp;#40;ds &amp;#61;&amp;#61; null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                SqlConnection cn &amp;#61; new SqlConnection&amp;#40;connectionString&amp;#41;&amp;#59;&lt;br /&gt;                cn.Open&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                SqlCommand cmd &amp;#61; new SqlCommand&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                cmd.Connection &amp;#61; cn&amp;#59;&lt;br /&gt;                cmd.CommandText &amp;#61; &amp;#34;dbo.sp&amp;#34;&amp;#59;&lt;br /&gt;                cmd.CommandType &amp;#61; CommandType.StoredProcedure&amp;#59;&lt;br /&gt;                cmd.CommandTimeout &amp;#61; 0&amp;#59;&lt;br /&gt;                SqlParameter param &amp;#61; new SqlParameter&amp;#40;&amp;#34;&amp;#64;top_count&amp;#34;, SqlDbType.Int&amp;#41;&amp;#59;&lt;br /&gt;                param.Value &amp;#61; top_count&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Parameters.Add&amp;#40;param&amp;#41;&amp;#59;&lt;br /&gt;                SqlDataAdapter adp &amp;#61; new SqlDataAdapter&amp;#40;cmd&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                DataSet dsSet &amp;#61; new DataSet&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                adp.Fill&amp;#40;dsSet&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                bool b &amp;#61; DistCache.Add&amp;#40;key, dsSet, 3000&amp;#41;&amp;#59;&lt;br /&gt;                if &amp;#40;b &amp;#61;&amp;#61; false&amp;#41;&lt;br /&gt;                    Response.Write&amp;#40;&amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                cmd.Connection &amp;#61; null&amp;#59;&lt;br /&gt;                cn.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                ds &amp;#61; DistCache.Get&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            Response.Write&amp;#40;&amp;#40;&amp;#40;DataSet&amp;#41;ds&amp;#41;.GetXml&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>JuneHwan</author><pubDate>Thu, 14 May 2009 02:20:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Web application raised error after restart memcacheD 20090514022051A</guid></item><item><title>Closed Issue: web.config error configuring Memcached Session State Provider</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2712</link><description>Any ideas on why I receive this error&amp;#58;&lt;br /&gt;</description><author>fahadaz</author><pubDate>Sun, 13 Jul 2008 18:56:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: web.config error configuring Memcached Session State Provider 20080713065657P</guid></item><item><title>Commented Issue: web.config error configuring Memcached Session State Provider</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2712</link><description>Any ideas on why I receive this error&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: fahadaz ** &lt;p&gt;If you have downloaded the source code with performance counters . go this file c&amp;#58;&amp;#92;windows&amp;#92;microsoft.net&amp;#92;framework&amp;#92;v2.0.50727&amp;#92;config&amp;#92;machine.config &lt;br /&gt;change to the following tag&lt;br /&gt; &amp;#60;processModel userName&amp;#61;&amp;#34;SYSTEM&amp;#34; password&amp;#61;&amp;#34;AutoGenerate&amp;#34;&amp;#47;&amp;#62;&lt;/p&gt;&lt;p&gt;If you are using version 1.2 your configuration looks ok. Did you setup the enyims section to provide memcached servers&amp;#63; If that is missing it will throw exception.&lt;/p&gt;</description><author>fahadaz</author><pubDate>Thu, 10 Jul 2008 14:14:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: web.config error configuring Memcached Session State Provider 20080710021442P</guid></item><item><title>Commented Issue: web.config error configuring Memcached Session State Provider</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2712</link><description>Any ideas on why I receive this error&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: Lalul ** &lt;p&gt;I am trying to test the Session State functionality of Memcached and keep getting this error when I run my site&amp;#58;&lt;/p&gt;&lt;p&gt; Parser Error Message&amp;#58; Exception has been thrown by the target of an invocation. &amp;#40;Line 83&amp;#41;&lt;/p&gt;&lt;p&gt;Source Error&amp;#58;&lt;/p&gt;&lt;p&gt;Line 81&amp;#58;     &amp;#60;sessionState cookieless&amp;#61;&amp;#34;false&amp;#34; regenerateExpiredSessionId&amp;#61;&amp;#34;true&amp;#34; mode&amp;#61;&amp;#34;Custom&amp;#34; customProvider&amp;#61;&amp;#34;MemcachedSessionProvider&amp;#34;&amp;#62;&lt;br /&gt;Line 82&amp;#58;       &amp;#60;providers&amp;#62;&lt;br /&gt;Line 83&amp;#58;         &amp;#60;add name&amp;#61;&amp;#34;MemcachedSessionProvider&amp;#34; type&amp;#61;&amp;#34;MemcachedProviders.Session.SessionStateProvider,MemcachedProviders&amp;#34;&lt;br /&gt;Line 84&amp;#58;         connectionStringName&amp;#61;&amp;#34;SqlSessionServices&amp;#34; dbType&amp;#61;&amp;#34;SQL&amp;#34; writeExceptionsToEventLog&amp;#61;&amp;#34;false&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;Line 85&amp;#58;       &amp;#60;&amp;#47;providers&amp;#62;&lt;/p&gt;</description><author>Lalul</author><pubDate>Wed, 09 Jul 2008 23:27:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: web.config error configuring Memcached Session State Provider 20080709112744P</guid></item><item><title>Created Issue: web.config error configuring Memcached Session State Provider</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2712</link><description>Any ideas on why I receive this error&amp;#58;&lt;br /&gt;</description><author>Lalul</author><pubDate>Wed, 09 Jul 2008 23:26:03 GMT</pubDate><guid isPermaLink="false">Created Issue: web.config error configuring Memcached Session State Provider 20080709112603P</guid></item><item><title>Closed Feature: Performance counters</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=1868</link><description>Create performance counters for Memcached operations&lt;br /&gt;</description><author>fahadaz</author><pubDate>Mon, 07 Jul 2008 02:51:05 GMT</pubDate><guid isPermaLink="false">Closed Feature: Performance counters 20080707025105A</guid></item><item><title>Created Feature: Add support for BeIT memcached client</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2423</link><description>Add Support for BeIT memcached client&lt;br /&gt;</description><author>fahadaz</author><pubDate>Mon, 16 Jun 2008 16:16:38 GMT</pubDate><guid isPermaLink="false">Created Feature: Add support for BeIT memcached client 20080616041638P</guid></item><item><title>COMMENTED FEATURE: Cache Dependencies</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=784</link><description>Implement Cache Dependencies&lt;br /&gt;Comments: Associated with changeset 12068.</description><author>fahadaz</author><pubDate>Mon, 26 May 2008 20:16:29 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Cache Dependencies 20080526081629P</guid></item><item><title>CLOSED TASK: Update to Enyim's latest release</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2114</link><description>Update to Enyim&amp;#39;s latest release&lt;br /&gt;</description><author>fahadaz</author><pubDate>Mon, 26 May 2008 19:27:54 GMT</pubDate><guid isPermaLink="false">CLOSED TASK: Update to Enyim's latest release 20080526072754P</guid></item><item><title>COMMENTED FEATURE: Cache Dependencies</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=784</link><description>Implement Cache Dependencies&lt;br /&gt;Comments: Associated with changeset 11390.</description><author>fahadaz</author><pubDate>Thu, 08 May 2008 02:42:16 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Cache Dependencies 20080508024216A</guid></item><item><title>CREATED TASK: Update to Enyim's latest release</title><link>http://www.codeplex.com/memcachedproviders/WorkItem/View.aspx?WorkItemId=2114</link><description>Update to Enyim&amp;#39;s latest release&lt;br /&gt;</description><author>fahadaz</author><pubDate>Mon, 05 May 2008 14:18:37 GMT</pubDate><guid isPermaLink="false">CREATED TASK: Update to Enyim's latest release 20080505021837P</guid></item></channel></rss>