You are here

property Smarty::$cache_lifetime in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 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;