Forum Discussion

Jason_Keating's avatar
Jason_Keating
Icon for Altostratus rankAltostratus
Aug 04, 2016

Ramcache (aka web-acceleration)

Hi all,

 

Does anyone know, when a response is cached ? is it before the response is sent to the client, at the same time ? or after ?

 

Thanks Jason

 

1 Reply

  • 1st request - 1st response is cached and the original response to the request is sent to the client.

     

    2nd request - assuming it meets the relevant criteria, cached information will be sent as response. You can also check the "Age Header" to confirm that cached data is being sent and not the data from server in 10.x code version. I think it has similar function for 11.x