Cache(String, Int64, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Cache(System::String ^ name, long timeoutSeconds, int maxSize);
public Cache (string name, long timeoutSeconds, int maxSize);
new Microsoft.BizTalk.Edi.Shared.Cache : string * int64 * int -> Microsoft.BizTalk.Edi.Shared.Cache
Public Sub New (name As String, timeoutSeconds As Long, maxSize As Integer)
Parameters
- name
- String
- timeoutSeconds
- Int64
- maxSize
- Int32