Uiinfrastructure API Docs  
 

AActivitySpace.CleanupTempData Method 

This method is called at the end of every HTTP request by the Interpreter. This method then calls IModel.CleanupTempData() on all IModels registered using RegisterModel(). This method is intended for cleaning up temporary data that is only used for the lifetime of a single request, like DB query results.

public virtual void CleanupTempData();

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace