In This Topic
Forces unused memory to be released, unused entities to be detached from the context. It is usually done automatically, so programmers rarely need to call this method in code.
Syntax
'Declaration
Public Sub CleanupCache()
public void CleanupCache()
See Also