コード例 #1
0
ファイル: class-cache.php プロジェクト: pacificano/pacificano
 /**
  * Clears the object cache of all data.
  *
  * @since 1.0.0
  *
  * @return true Always returns true.
  */
 public static function flush()
 {
     self::$cache = array();
     return true;
 }