Hello together,
I have a response with 1.4mb in size. From the documentation I know that 512kb is the limit for the ResponseCache policy so I thought when gzip is applied (which shrinks the response to 177kb) the responses are cached.
Thats actually not what happened. Small responses get cached quite fine but the bigger ones dont. So I guess the limit constraint is applied to the actual response and not the gzipped one (which means that Apigee unpacks it).
Is this the intended behavior? Is there a workaround without doing Javascript magic or do we have to cache it on target side?
Thanks in advance,
Alex