RW wrote:
If I split my cache like this:
cache_dir aufs /usr/local/squid/small_obj 1700 16 256 max-size=80
cache_dir aufs /usr/local/squid/big_obj200 16 256
Presumably nothing bigger than max-size will end-up in the first
cache, but how often will the smaller objects end-up in the secon
If I split my cache like this:
cache_dir aufs /usr/local/squid/small_obj 1700 16 256 max-size=80
cache_dir aufs /usr/local/squid/big_obj200 16 256
Presumably nothing bigger than max-size will end-up in the first
cache, but how often will the smaller objects end-up in the second
cache? As