cleanupUserMemory

Description

Cleans up memory for a given user; it frees the user’s cache and should be called whenever a user is finished. If it is not called, the cache is not freed.

Syntax

public void cleanupUserMemory(String user) throws RemoteException, SearchException

Parameters

useruser name

Return value

Returns a status of: 0 if failure; otherwise, successful.