예제 #1
0
파일: Adapter.php 프로젝트: ni5am/Textcube
 public static function clearCache()
 {
     self::$cachedResult = array();
     if (function_exists('__tcSqlLogBegin')) {
         __tcSqlLogBegin("Cache cleared");
         __tcSqlLogEnd(null, 2);
     }
 }