コード例 #1
0
ファイル: Adapter.php プロジェクト: ni5am/Textcube
 public static function clearCache()
 {
     self::$cachedResult = array();
     if (function_exists('__tcSqlLogBegin')) {
         __tcSqlLogBegin("Cache cleared");
         __tcSqlLogEnd(null, 2);
     }
 }