Re: no_chache directive

From: Alex Rousskov <rousskov@dont-contact.us>
Date: Mon, 16 Nov 1998 09:11:08 -0700 (MST)

On Mon, 16 Nov 1998, Jens-S. Voeckler wrote:

> This leads me to a question: Would it be safe to remove() those files, for
> which the PURGE query results in a

You may end up removing PRIVATE objects that are being fetched at the time of
the PURGE query. Private objects have a different store key, and Squid
responds with 404. Usually, private objects become public or are released
from the cache eventually.

An object that could not be purged could be in at lease three states:
        - private object being fetched
        - released but not yet unlinked objects (free FD cache)
        - lost objects if any (a bug)
 
Alex.
Received on Mon Nov 16 1998 - 09:16:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:06 MST