DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ClearCaches Method / ClearCaches() Method
Example

In This Topic
    ClearCaches() Method
    In This Topic
    Clears the entire internal cache
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearCaches() 
    public void ClearCaches()
    Example
    DicomImage image = new DicomImage("your_dicom_image.dcm");
    image.ClearCaches();
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also