You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by sa...@atropos.c2.org on 1996/02/27 07:03:39 UTC

cache verification

	Looking through the caching code, it looks like the cache
hit/miss logic should have two modes.. the one mode which is in the
code now, and a mode which I'll describe below..

	Seems like different applications have different needs, as far
as their choice of cache logic goes.

Client = C
Proxy = P
Server = S

C->P GET http://www.c2.org/
if(localcachefileexists)
{
	P->S GET / - IMS(date on cache file)
	if(304)
	{
	   cache_hit
	}
	else
	{
	   cache_miss
	}
}
else
{
	cache_miss
}

-- 
Sameer Parekh					Voice:   510-601-9777x3
Community ConneXion, Inc.			FAX:     510-601-9734
The Internet Privacy Provider			Dialin:  510-658-6376
http://www.c2.org/ (or login as "guest")		sameer@c2.org