On Thu, 12 Feb 2004, Peter van der Does wrote: > no_cache deny all, means not to cache anything, but does that > in/exclude memory caching??
it does. But the null cache_dir type does not. By using no_cache + null you get a Squid completely without cache. By just using null you get a Squid which only caches in memory. By using no_cache without null you get a Squid which does not cache but still requires a cache directory. Regards Henrik
