Uiinfrastructure API Docs  
 

ASCache.GetSpaceIfCached Method 

This method returns the requested AActivitySpace from the cache, if it exists. This method will reset the timestamp on the requested space.

public virtual AActivitySpace GetSpaceIfCached(
   string strName
);

Parameters

strName

Return Value

AActivitySpace the requested space, if it is cached. may return null.

See Also

ASCache Class | com.plumtree.uiinfrastructure.activityspace Namespace