DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / DisplayCacheTime Property



In This Topic
    DisplayCacheTime Property
    In This Topic
    Controls how long display cache copies of images are retained.
    Syntax
    'Declaration
     
    
    Public Shared Property DisplayCacheTime As TimeSpan
    'Usage
     
    
    Dim value As TimeSpan
     
    DicomGlobal.DisplayCacheTime = value
     
    value = DicomGlobal.DisplayCacheTime
    public static TimeSpan DisplayCacheTime {get; set;}
    public:
    static property TimeSpan DisplayCacheTime {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Cached copies of displayed images are discarded after this interval if the memory has not been needed earlier. The default value is 25 seconds.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also