The Clear Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Deletes the contents of the cache store.| 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(); | |
Please check our Medical Web Viewer demo, located in WorkstationWebViewer project.
Use this method to clean the cache store from all cached items.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code