←Select platform

CreateCache Method

Summary

Creates a Leadtools.Medical.Caching.Cache object.

Syntax

C#
VB
C++
protected virtual Cache CreateCache( 
   DicomWCFStreamer streamer 
) 
  
Protected Overridable Function CreateCache( _ 
   ByVal streamer As Leadtools.Dicom.Web.DicomWCFStreamer _ 
) As Leadtools.Medical.Caching.Cache 

Parameters

streamer
A DicomWCFStreamer to get initialization data from the WCF service.

Return Value

Returns a Leadtools.Medical.Caching.Cache object to store the information retrieved from the WCf service.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly