removeObjectFromCacheInSession() Method
In ReportService, use the removeObjectFromCacheInSession() method to remove the object from the cache.
Signature
public boolean removeObjectFromCacheInSession(String objectPath, String bipSessionToken);
Parameters for removeObjectFromCacheInSession() Method
Parameter | Description |
---|---|
String objectPath |
The path to the object in catalog. |
String bipSessionToken |
The session token retrieved from login. |