Exemple #1
0
 /**
  * Clear the string cache.
  */
 public static function clearStringCache()
 {
     self::$_string_cache = array();
 }