DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / ClearCaches Method / ClearCaches(CacheTypes) Method
The types of cached information to be cleared

In This Topic
    ClearCaches(CacheTypes) Method
    In This Topic
    Clears the caches of the specified types
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearCaches( _
       ByVal Types As CacheTypes _
    ) 
    public void ClearCaches( 
       CacheTypes Types
    )

    Parameters

    Types
    The types of cached information to be cleared
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also