<< Click to Display Table of Contents >>
Cache
This class provides methods related to the cache function of OZ Server.
Constructor Detail
Cache
public Cache(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)
Performs processing related to OZ Server Cache Manager and processes functions such as the Cache Manager Configuration and Delete Cache Item.
Parameters:
url - URL of OZ Server
id - User ID
pw - User Password
bAutoLogin - Whether to use the autologin
useUSL - Whether to use the USL
Method Detail
getCacheConfiguration
public SortProperties getCacheConfiguration() throws OZCPException
Gets the cache settings of the OZ Server.(refer to SortProperties)
setCacheConfiguration
public void setCacheConfiguration(SortProperties p) throws OZCPException
Changes the cache configurations.
Parameters:
p - Cache configuration property(refer to SortProperties)