You are here

property Smarty::$cache_handler_func in Quiz 6.5

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

The function used for cache file handling. If not set, built-in caching is used.

Type: null|string function name

File

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

Class

Smarty
@package Smarty

Code

var $cache_handler_func = null;