/**
  * Vide le cache de chemins.
  *
  */
 public static function clearFilePathCache()
 {
     self::$_tplFilePathCache = array();
 }