DicomObjects.NET.V8
DicomObjects Namespace / DicomImage 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 _
    ) 
    'Usage
     
    Dim instance As DicomImage
    Dim Types As CacheTypes
     
    instance.ClearCaches(Types)
    public void ClearCaches( 
       CacheTypes Types
    )
    public:
    void ClearCaches( 
       CacheTypes Types
    ) 

    Parameters

    Types
    The types of cached information to be cleared
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also