The Update Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Forces the Cache to maintain the cache store.| 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(); | |
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.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code