property Smarty::$cache_modified_check in Quiz 6.6
Same name and namespace in other branches
- 6.5 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;