How to test a url resource exists in squid cache or not

cachesquid

I use squid to cache some big files.
And I want to make sure if these big files are in squid's cache.
But I just don't want to download the file, then go to squid log to find this.
That will take too much time and squid resource.

Is there are cheap method to check this?
I can't find any method in squidclient, squid cache manager, and wget to do this.

Best Answer

Maybe a bit late for the OP, but can't you just make a HEAD request for the large resource and check the response headers to see if you got a cache hit?