Monday, August 20, 2012, 10:54:31 AM, you wrote: >> - does it cache partial objects (the parts corresponding to the requested >> ranges) or the whole requested file?
ATS will only cache full object requests. It never caches range requests. If an object has been cached in whole, then subsequent range requests will be served from that cached object. There is a team somewhere working on caching partial objects but I don't know what they current state is. If a range request is received by ATS and the object is not in the cache the request will simply be forwarded to the origin server and no caching will occur.