<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Deleting cache objects by group</title>
        <description> Hey,

Is there a way I can delete the cache objects by group?
I am using net.spy.memcached.MemcachedClient as my Java client. But it
offers a functionality to delete cache by key.

I am looking for something where I can group my keys and delete the
group whenever I need to delete all of them.

Thanks
Abhilash</description>
        <link>http://www.serverphorums.com/read.php?9,215271,215271#msg-215271</link>
        <lastBuildDate>Sat, 25 May 2013 14:47:51 +0200</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.serverphorums.com/read.php?9,215271,215278#msg-215278</guid>
            <title>Re: Deleting cache objects by group</title>
            <link>http://www.serverphorums.com/read.php?9,215271,215278#msg-215278</link>
            <description><![CDATA[ You can have your group identifier as a part of key. Whenever you want<br />
to delete the group, you change your &quot;current&quot; identifier (increment<br />
or whatever), so all subsequent get() calls for that group will miss.<br />
It's a classic memcached namespace problem, look at the link below.<br />
<br />
<a href="http://code.google.com/p/memcached/wiki/FAQ#Deleting_by_Namespace" target="_blank"  rel="nofollow">http://code.google.com/p/memcached/wiki/FAQ#Deleting_by_Namespace</a><br />
<br />
On Fri, Oct 15, 2010 at 10:52 AM, Abhilash &lt;abhihome@gmail.com&gt; wrote:<br />
&gt; Hey,<br />
&gt;<br />
&gt; Is there a way I can delete the cache objects by group?<br />
&gt; I am using net.spy.memcached.MemcachedClient as my Java client. But it<br />
&gt; offers a functionality to delete cache by key.<br />
&gt;<br />
&gt; I am looking for something where I can group my keys and delete the<br />
&gt; group whenever I need to delete all of them.<br />
&gt;<br />
&gt; Thanks<br />
&gt; Abhilash]]></description>
            <dc:creator>Boris Partensky</dc:creator>
            <category>Memcached</category>
            <pubDate>Fri, 15 Oct 2010 18:20:10 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?9,215271,215271#msg-215271</guid>
            <title>Deleting cache objects by group</title>
            <link>http://www.serverphorums.com/read.php?9,215271,215271#msg-215271</link>
            <description><![CDATA[ Hey,<br />
<br />
Is there a way I can delete the cache objects by group?<br />
I am using net.spy.memcached.MemcachedClient as my Java client. But it<br />
offers a functionality to delete cache by key.<br />
<br />
I am looking for something where I can group my keys and delete the<br />
group whenever I need to delete all of them.<br />
<br />
Thanks<br />
Abhilash]]></description>
            <dc:creator>Abhilash</dc:creator>
            <category>Memcached</category>
            <pubDate>Fri, 15 Oct 2010 18:10:01 +0200</pubDate>
        </item>
    </channel>
</rss>
