Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

memory_cache_mode

Suggested Config:


Details:

Controls which objects to keep in the memory cache (cache_mem)

always	Keep most recently fetched objects in memory (default)

disk	Only disk cache hits are kept in memory, which means
	an object must first be cached on disk and then hit
	a second time before cached in memory.

network	Only objects fetched from network is kept in memory
Index Alphabetical Index