Sets the cache directory or false if cache is disabled.
string|false $cache The absolute path to the compiled templates,: or false to disable cache
public function setCache($cache) { $this->cache = $cache ? $cache : false; }