'DeclarationPublic Function GetCacheSize( _ ByVal cacheType As CacheTypes _ ) As Long
'UsageDim instance As DicomDataSet Dim cacheType As CacheTypes Dim value As Long value = instance.GetCacheSize(cacheType)
public long GetCacheSize( CacheTypes cacheType )
public: int64 GetCacheSize( CacheTypes cacheType )
Parameters
- cacheType