Uiinfrastructure API Docs  
 

Redirect.GetCachedNoID Method 

Returns whether to look in the cache for an instance of this space (not a particular instance). This should only be true for common Spaces, like myPage, where a user should only have one instance, unlike Editors, where a user could easily have multiple instances of an Editor open simultaneously.

public virtual bool GetCachedNoID();

Return Value

boolean true implies look in the cache for an instance of this space

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace