LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Clear Method
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Clear Method



The Clear Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Deletes the contents of the cache store.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As Cache
 
instance.Clear()
C# 
public void Clear()
C++/CLI 
public:
void Clear(); 

Example

Please check our Medical Web Viewer demo, located in WorkstationWebViewer project.

Remarks

Use this method to clean the cache store from all cached items.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also