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, long bytesLimit, IStorageProvider provider )
function Cache( context , itemExpireDuration , bytesLimit , provider )
public: Cache( String^ context, TimeSpan itemExpireDuration, int64 bytesLimit, IStorageProvider^ provider )
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