TCP_HIT:  A valid copy of the requested object was in the cache, but not in
memory.
TCP_MEM_HIT:  A valid copy of the requested object was in the cache and it
was in memory, thus avoiding disk accesses (read).

The copy of the site will be cached during a TCP_MISS.

Chris

-----Original Message-----
From: Kvetch [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] cache dir files


I understand that but wondered what the difference between a MEM_HIT
and a HIT was, if there was a difference.
When does squid write cache to disk?


> 
>  HIT means that the object is already in the cache and or on the
>  disk as you write. So in that case the object has to be read,
>  nothing has to be written.
> 
> >
> > and what is the difference between TCP_MEM_HIT and TCP_HIT:NONE
> 
>   http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7
> 
>   M.
> 
>

Reply via email to