oh, Thanks.<br><br>I would try to add full cache function like vanish done. Do you have a plan to do this thing? <br><br><br><br><div class="gmail_quote">On Mon, Jul 5, 2010 at 3:12 AM, Robert Olofsson <span dir="ltr"><<a href="mailto:robert.olofsson@khelekore.org">robert.olofsson@khelekore.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Mon, 5 Jul 2010 02:36:54 +0800<br>
Ping ni <<a href="mailto:ping.ni.bupt@gmail.com">ping.ni.bupt@gmail.com</a>> wrote:<br>
<br>
>      where can i find the ncache theory or architecture used in rabbit? is<br>
> it ncache same with yahoo developer did or just homonyms?<br>
<br>
</div>They are just homonyms.<br>
<br>
The rabbit cache is really quite simple, it is a file backed hashmap.<br>
It also purges old entries by:<br>
1) expiration date<br>
2) oldest entry first<br>
<br>
It only purges old entries if you hit the size limits.<br>
<br>
There is no big theory or paper behind it.<br>
<br>
/robo<br>
</blockquote></div><br>