You can either modify the headers before they are stored in cache, or after reading from cache but before sending the response to client. It's a matter of doing in the appropriate hook.
-- leif Sent from my iPad On May 9, 2011, at 10:08 AM, ChangCheng <ccai...@msn.com> wrote: > > Hi : > i konw we can retrieve and modify information about HTTP MIME fields by using > MIME header functions. > i would like to konw can i modify cached object header use these functions? > i try to use these method to modify cached object header which get from > TSHttpTxnCachedRespGet. but it seem to doesn't work. > Any suggestions? > Thanks >