DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ClearCaches Method / ClearCaches(CacheTypes) Method
The types of cached information to be cleared



    ClearCaches(CacheTypes) Method
    Clears the caches of the specified types
    Syntax
    'Declaration
     
    Public Overloads Sub ClearCaches( _
       ByVal Types As CacheTypes _
    ) 
     
    'Usage
     
    Dim instance As DicomImage
    Dim Types As CacheTypes
     
    instance.ClearCaches(Types)

    Parameters

    Types
    The types of cached information to be cleared
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also