DicomObjects.NET8 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 _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also