Hi all, I am looking for a way to quickly get a list of all objects stored in the ATS cache that start with a given string prefix (for example, given " foo.com/bar", returns objects {foo.com/bar123, foo.com/bar456, ...}). As far as I can tell, the actual URL of the cached object is not stored in memory and this operations requires scanning the volumes and reading the metadata for each HTTP object from disk.
Is this indeed the case? If so, is there an easy way to make ATS keep HTTP metadata resident in RAM? Thanks, Bowei