property Smarty::$cache_lifetime in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle/lib/smarty/Smarty.class.php \Smarty::cache_lifetime
This is the number of seconds cached content will persist. <ul> <li>0 = always regenerate cache</li> <li>-1 = never expires</li> </ul>
Type: integer
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 177
Class
- Smarty
- @package Smarty
Code
var $cache_lifetime = 3600;