Uiinfrastructure API Docs  
 

IModel.CleanupTempData Method 

This method is called at the end of every HTTP request by the Interpreter. The Interpreter calls AActivitySpace.CleanupTempData(), which calls this method on all IModels registered using AActivitySpace.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.

void CleanupTempData();

See Also

IModel Interface | com.plumtree.uiinfrastructure.activityspace Namespace