<< Click to Display Table of Contents >>
Cache
Constructor Detail
Cache
public Cache(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)
OZ Serverのキャッシュマネージャーと関連した処理を実行します。キャッシュマネージャーの環境設定及びキャッシュ項目の削除などを処理します。
Parameters
url:HTTP方式OZ ServerのURL
id:ユーザーID
pw:ユーザーのパスワード
bAutoLogin:自動ログインをするか否か
useUSL:USLを使用するか否か
Method Detail
getCacheConfigration
public SortProperties getCacheConfigration() throws OZCPException
OZ Serverのキャッシュ設定を取得します。
取得できる設定値は"SortProperties"クラスのkeyを参照してください。
setCacheConfiguration
public void setCacheConfiguration(SortProperties p) throws OZCPException
キャッシュを変更します。
変更できる設定値は"SortProperties"クラスのkeyを参照してください。
Parameters
p : キャッシュ設定属性値