コード例 #1
0
ファイル: DbService.php プロジェクト: itillawarra/cmfive
 /**
  * Clear object cache completely!
  *
  */
 function clearCache()
 {
     self::$_cache = array();
     self::$_cache2 = array();
 }