Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.29
|
Leadtools.Medical.Caching Namespace > Cache Class > Cache Constructor : Cache Constructor(String,TimeSpan,Int64,IStorageProvider) |
public Cache( string context, TimeSpan itemExpireDuration, long bytesLimit, IStorageProvider provider )
'Declaration Public Function New( _ ByVal context As String, _ ByVal itemExpireDuration As TimeSpan, _ ByVal bytesLimit As Long, _ ByVal provider As IStorageProvider _ )
'Usage Dim context As String Dim itemExpireDuration As TimeSpan Dim bytesLimit As Long Dim provider As IStorageProvider Dim instance As New Cache(context, itemExpireDuration, bytesLimit, provider)
public: Cache( String^ context, TimeSpan itemExpireDuration, int64 bytesLimit, IStorageProvider^ provider )