DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ClearCaches Method / ClearCaches() Method



In This Topic
    ClearCaches() Method
    In This Topic
    Clears the entire internal cache
    Syntax
    'Declaration
     
    Public Overloads Sub ClearCaches() 
    'Usage
     
    Dim instance As DicomImage
     
    instance.ClearCaches()
    public void ClearCaches()
    public:
    void ClearCaches(); 
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also