You are here

property Smarty::$caching in Quiz 6.6

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

This enables template caching. <ul> <li>0 = no caching</li> <li>1 = use class cache_lifetime value</li> <li>2 = use cache_lifetime in cache file</li> </ul>

Type: integer

File

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

Class

Smarty
@package Smarty

Code

var $caching = 0;