Retrieves a Leadtools.Medical.Caching.Cache object.
protected virtual Cache GetCache(
string userName,
TimeSpan cacheTimeout,
int cacheSize
)
Protected Overridable Function GetCache( _
ByVal userName As String, _
ByVal cacheTimeout As TimeSpan, _
ByVal cacheSize As Integer _
) As Leadtools.Medical.Caching.Cache
protected:
virtual Leadtools.Medical.Caching.Cache^ GetCache(
String^ userName,
TimeSpan cacheTimeout,
int cacheSize
)
userName
The user requesting the cache object.
cacheTimeout
A System.TimeSpan value representing the cache timeout.
cacheSize
The maximum cache size in bytes.
Returns a Leadtools.Medical.Caching.Cache object to store the information retrieved from the WCF service.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET