Aqualogic Interaction API  
 

IPTPageManager.CachedOpenPageInfo Method 

Returns an IPTPageInfo, which can be used by the UI to display a cached version of the page.

IPTPageInfo CachedOpenPageInfo(
   int nPageID,
   bool bIsMyPage,
   bool bCheckLastModified
);

Parameters

nPageID
ID of the Page to open
bIsMyPage
bCheckLastModified
Checks the last modified date of the Page in the DB and loads a fresh entry to cache if the Page info in the cache is old.

Return Value

IPTPageInfo

See Also

IPTPageManager Interface | com.plumtree.server Namespace