Render cache

Take a snapshot of the response body after generating data to "freeze" it for searching or showing a single state.

On the project endpoint list page, each endpoint has a render cache control.

  • Create - Generates the response body in the background and saves it. All future answers will be identical.

  • Refresh - Regenerates the response body and saves the data for future requests.

  • Remove - deletes a snapshot. All future responses will have data based on the latest instructions.

Last updated

#20:

Change request updated