ComponentOne Data Source for Entity Framework
CleanupCache Method

C1.Data Namespace > ClientCacheBase Class : CleanupCache Method
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

Reference

ClientCacheBase Class
ClientCacheBase Members