Hello Mark, access.log contains the list of URLs requested by any client to the cache (if enabled, of course). If you wish, you can then verify whether they have been cached (and whether the cached entry is still considered valid) by requesting them (or at least their headers via the HEAD http verb) with the Cache-Control: only-if-cached HTTP header - you can do that with any command-line HTTP client such as curl or wget. On Sat, Aug 9, 2014 at 2:39 PM, Mark jensen <ngiw2012@xxxxxxxxxxx> wrote: > > We know that squid is a cache engine (it caches the requested pages in a a cache memory) > > I have tried to see the cached pages from cache.log file, but I didn't find any page. > > and from squid wiki: > > The cache.log file contains the debug and error messages that Squid generates.(not the cached pages). > > So where can I find the cached pages (url at least)? > > > -- Francesco