LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

GetCache Method






The user requesting the cache object.
A System.TimeSpan value representing the cache timeout.
The maximum cache size in bytes.
Retrieves a Leadtools.Medical.Caching.Cache object.
Syntax
protected virtual Cache GetCache( 
   string userName,
   TimeSpan cacheTimeout,
   int cacheSize
)
'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)
protected virtual Cache GetCache( 
   string userName,
   TimeSpan cacheTimeout,
   int cacheSize
)
 function Leadtools.Dicom.Web.MedicalWebViewerLoader.GetCache( 
   userName ,
   cacheTimeout ,
   cacheSize 
)
protected:
virtual Cache^ GetCache( 
   String^ userName,
   TimeSpan cacheTimeout,
   int cacheSize
) 

Parameters

userName
The user requesting the cache object.
cacheTimeout
A System.TimeSpan value representing the cache timeout.
cacheSize
The maximum cache size in bytes.

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 to create your own type of cache storage mechanism, the current cache will store items on disk but you can use any other storage

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.