You are here

property Smarty::$cache_modified_check in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/lib/smarty/Smarty.class.php \Smarty::cache_modified_check

Only used when $caching is enabled. If true, then If-Modified-Since headers are respected with cached content, and appropriate HTTP headers are sent. This way repeated hits to a cached page do not send the entire page to the client every time.

Type: boolean

File

includes/moodle/lib/smarty/Smarty.class.php, line 187

Class

Smarty
@package Smarty

Code

var $cache_modified_check = false;