[Rabbit-dev] Fw: Rabbit HTTPS web caching ?

Robert Olofsson robert.olofsson at khelekore.org
Sun Jul 4 21:12:13 CEST 2010


On Mon, 5 Jul 2010 02:36:54 +0800
Ping ni <ping.ni.bupt at gmail.com> wrote:

>      where can i find the ncache theory or architecture used in rabbit? is
> it ncache same with yahoo developer did or just homonyms?

They are just homonyms.

The rabbit cache is really quite simple, it is a file backed hashmap.
It also purges old entries by: 
1) expiration date 
2) oldest entry first

It only purges old entries if you hit the size limits.

There is no big theory or paper behind it.

/robo




More information about the Rabbit-dev mailing list