removeObjectFromCache()メソッド
ReportServiceのremoveObjectFromCache()メソッドは、キャッシュからオブジェクトを削除します。
シグネチャ
public boolean removeObjectFromCache (String objectPath, String userID, String password);
removeObjectFromCache()メソッドのパラメータ
| パラメータ | 説明 |
|---|---|
|
String objectPath |
カタログ内のオブジェクトへのパス。 |
|
String userID |
ユーザーのユーザーID。 |
|
String password |
ユーザーのパスワードを指定します。 |