I'm attending CakeFest 2010!

3.5.5.4.3 disableCache

Used to tell the user’s browser not to cache the results of the current request. This is different than view caching, covered in a later chapter.

The headers sent to this effect are:

  • Expires: Mon, 26 Jul 1997 05:00:00 GMT
  • Last-Modified: [current datetime] GMT
  • Cache-Control: no-store, no-cache, must-revalidate
  • Cache-Control: post-check=0, pre-check=0
  • Pragma: no-cache