Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : CreateCache Method |
protected virtual Cache CreateCache( DicomWCFStreamer streamer )
'Declaration Protected Overridable Function CreateCache( _ ByVal streamer As DicomWCFStreamer _ ) As Cache
'Usage Dim instance As MedicalWebViewerLoader Dim streamer As DicomWCFStreamer Dim value As Cache value = instance.CreateCache(streamer)
protected: virtual Cache^ CreateCache( DicomWCFStreamer^ streamer )
Note to inheritors: Override this method only when you need to change the way to retrieve the cache initialization parameters, if you only want to create your custom type of Leadtools.Medical.Caching.Cache with the same initialization information override the GetCache method.
If you override this method without calling the base class you should manually call the GetCache method.