Home
last modified time | relevance | path

Searched refs:setCache (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php126 $this->setCache($options['cache']);
313 public function setCache(Cache $cache) function in Handlebars\\Handlebars
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php125 $this->setCache($options['cache']);
263 public function setCache($cache) function in Twig\\Environment