Get cache size used by DicomObjects for the image - useful to help decide when to call
ClearCaches method
'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: .NET CLR 4.0 or higher