Beispiel #1
0
	/**
	 * Flush the entire system cache
	 *
	 * @return bool
	 */
	public static function Flush(){
		$s = self::_Factory('FLUSH')->flush();
		self::$_KeyCache = array();
		return $s;
	}