You can use these API's to decide which response is cached... tsapi void TSHttpTxnUntransformedRespCache(TSHttpTxn txnp, int on); tsapi void TSHttpTxnTransformedRespCache(TSHttpTxn txnp, int on);
On 4/6/12 2:57 AM, "松节油" <lizhou....@gmail.com> wrote: >hi > >In the SDK document "The Sample Null Transform Plugin" have a words: >The default behavior for transformations is to cache the transformed >content (you can also tell Traffic Server to cache untransformed content, >if you want). > >So my question is how can I tell Traffic Server to cache untransformed >content? > >Thanks lot!