Uiinfrastructure API Docs  
 

ASCache.GetASCache Method 

Gets the ASCache session manager off of the top-level session manager, creating it if necessary; made into a separate method so the SSO login code can call it. Creates the cache (if necessary) and puts a safe wrapper around it into the user's sandbox session. This should only be used by the Interpreter and SSO login code.

public static ISessionManager GetASCache(
   ISessionManager session,
   ISessionManager smSandbox
);

Parameters

session
smSandbox

Return Value

ISessionManager

See Also

ASCache Class | com.plumtree.uiinfrastructure.activityspace Namespace