←Select platform

DefaultCacheTimeout Property

Summary

Gets or sets the default cache timeout value.

Syntax

C#
VB
C++
public int DefaultCacheTimeout { get; set; } 
  
Public Property DefaultCacheTimeout As Integer 
public: 
property int DefaultCacheTimeout { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of days the cache items can remain in the cache, this will be used only when LoadDefault is set to true.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly