Ejemplo n.º 1
0
 public static function clearCache()
 {
     self::$cachedResult = array();
     if (function_exists('__tcSqlLogBegin')) {
         __tcSqlLogBegin("Cache cleared");
         __tcSqlLogEnd(null, 2);
     }
 }