Creates a new instance of the Cache class.
public Cache(string context,TimeSpan itemExpireDuration,long bytesLimit,IStorageProvider provider)
Public Function New( _ByVal context As String, _ByVal itemExpireDuration As TimeSpan, _ByVal bytesLimit As Long, _ByVal provider As Leadtools.Medical.Caching.Storage.IStorageProvider _)
public:Cache(String^ context,TimeSpan itemExpireDuration,int64 bytesLimit,Leadtools.Medical.Caching.Storage.IStorageProvider^ provider)
context
A System.String which identifies the cache context, each user using the cache should have its own context.
itemExpireDuration
A System.TimeSpan value which specify how long an item remains in the cache.
bytesLimit
The cache maximum size in bytes.
provider
An object which implements the Leadtools.Medical.Caching.Storage.IStorageProvider to store and retrieve cache items.
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
