You are here

public static function Twig_Template::clearCache in Translation template extractor 6.3

This method is only useful when testing Twig. Do not use it.

File

vendor/Twig/Template.php, line 485

Class

Twig_Template
Default base class for compiled templates.

Code

public static function clearCache() {
  self::$cache = array();
}