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



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

Forces the Cache to maintain the cache store.

Syntax

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

Remarks

You won't usually need to call this method since the Cache object will call this method regularly and after a new item is added to the cache.

Requirements

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

See Also