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 : GetCache Method |
'Declaration Protected Overridable Function GetCache( _ ByVal userName As String, _ ByVal cacheTimeout As TimeSpan, _ ByVal cacheSize As Integer _ ) As Cache
'Usage Dim instance As MedicalWebViewerLoader Dim userName As String Dim cacheTimeout As TimeSpan Dim cacheSize As Integer Dim value As Cache value = instance.GetCache(userName, cacheTimeout, cacheSize)
Note to inheritors: Override this method to create your own type of cache storage mechanism, the current cache will store items on disk but you can use any other storage