I have a 30 gigabyte cache, and on a normal day the cache sees less than a gigabyte of traffic. I've configured the cache to have a maximum object size of 2 gigabytes. But I'm seeing large files in my store.log being with the RELEASE tag, basically the same moment they're successfully logged into the access.log. The only time I see my cache able to store these large files, is when the cache file space is not at full capacity. I'm using LRU. Shouldn't squid be cycling out older data rather than the fresh files it just pulled in assuming they meet the minimum and maximum size for caching? -Don