removeObjectFromCache() Method
In ReportService, use the removeObjectFromCache() method to remove the object from the cache.
Signature
public boolean removeObjectFromCache (String objectPath, String userID, String password);
Parameters for removeObjectFromCache() Method
Parameter | Description |
---|---|
String objectPath |
The path to the object in catalog. |
String userID |
The user ID of the user. |
String password |
The password of the user. |