ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientCacheBase Class / CleanupCache Method

In This Topic
    CleanupCache Method
    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