Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

Clear Method






Deletes the contents of the cache store.
Syntax
public void Clear()
'Declaration
 
Public Sub Clear() 
'Usage
 
Dim instance As Cache
 
instance.Clear()

            

            
public:
void Clear(); 
Remarks
Use this method to clean the cache store from all cached items.
Example
Please check our Medical Web Viewer demo, located in WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

Error processing SSI file