Uiinfrastructure API Docs  
 

ASCache.GetAttribute Method 

Returns the value corresponding to the key in argument. This method will reset the timestamp on the requested space.

public virtual object GetAttribute(
   string sKey
);

Parameters

sKey
Key of the requested value

Return Value

Object Value

See Also

ASCache Class | com.plumtree.uiinfrastructure.activityspace Namespace