GetCacheSize Method (DicomImage)
Get cache size used by DicomObjects for the image - useful to help decide when to call
ClearCaches method
Clears the internal cache for uncompressed pixel data
'Declaration
Public Function GetCacheSize( _
ByVal As CacheTypes _
) As Long
'Usage
Dim instance As DicomImage
Dim cacheType As CacheTypes
Dim value As Long
value = instance.GetCacheSize(cacheType)
Parameters
- cacheType
- Type of Cache of interest, default value is DicomObjects.Enums.CacheTypes.All
Return Value
number of bytes cached by DicomObjects
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