This may be a silly question, but I could not find out how to
determine if a request was served from ATS' cache or not.

I want to make sure a particular Web Service URL is cached so our
development team can code against it without making actual requests to
the origin server (out of consideration for the origin system).

I have added the following in the cache.config file

url_regex=www.example.* action=ignore-server-no-cache
url_regex=www.example.* ttl-in-cache=24h
dest_domain=www.example.com action=ignore-server-no-cache
dest_domain=www.example.com ttl-in-cache=24h

I believe this should force ATS to cache all URLs from
www.example.com. However, I'm not sure how I can see if a particular
request was served from cache or not. Is there a logging option that
will show this?

-- 
---
John L Cheng

Reply via email to