Skip to content

RES_DONT_CACHE

Jurek Muszyński edited this page Sep 8, 2018 · 2 revisions

void RES_DONT_CACHE

Description

Prevents response from being cached by browser. It adds following field to response header:

Cache-Control: private, must-revalidate, no-store, no-cache, max-age=0

Returns

None

Example

Clone this wiki locally