<< Click to Display Table of Contents >>

Cache


Constructor Detail

Cache

public Cache(string url, string id, string pw, bool autoLogin, bool useUSL)

OZ Serverのキャッシュマネージャーと関連した処理を実行します。キャッシュマネージャーの環境設定及びキャッシュ項目の削除などを処理します。

Parameters

url:HTTP方式OZ ServerのURL

id:ユーザーID

pw:ユーザーのパスワード

autoLogin:自動ログインをするか否か

useUSL:USLを使用するか否か


Method Detail

GetCacheConfiguration

public OZAttributeList GetCacheConfiguration() throws OZAPIException

OZ Serverのキャッシュ設定を取得します。

SetCacheConfiguration

public void SetCacheConfiguration(OZAttributeList attrs) throws OZAPIException

キャッシュを変更します。

Parameters

attrs:キャッシュ設定属性値(Active:キャッシュキーを使用するかどうか、CACHE_FILE_PATH:キャッシュストレージパス、DM_CACHE_FILE_PATH:Data Module キャッシュストレージパス、 memoryCacheValidTime:メモリキャッシュタイムアウト、diskCacheValidTime:ディスクキャッシュタイムアウト、FreeMemoryPercentage:フリーメモリパーセント)