On 26/03/2013 2:42 a.m., John Joseph wrote:
Thanks Amos
I mistook the definition of cache_swap.
I was trying to find a solution in which I do not want my cache server to chache any objects which has been accessed 'n' no of days back
So that I save the cache objects which are the latest, and indirecly save space [ I am not sure this is a better way or the correct way]
Sorry previous post I was not able to put the question in a proper way
Ah. Squid does that by default.
http://www.squid-cache.org/Doc/config/cache_replacement_policy/ with the
LRU policy
Amos