The ClearCacheContents Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Clear the server cache information.| Visual Basic (Declaration) | |
|---|---|
Public Sub ClearCacheContents() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipServer instance.ClearCacheContents() | |
| C# | |
|---|---|
public void ClearCacheContents() | |
| C++/CLI | |
|---|---|
public: void ClearCacheContents(); | |
For an example, refer to Leadtools.Jpip.Server.JpipServer.
The server will search for cache information in the specified JpipServerConfiguration.CacheFolder.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code