Share via


CacheInfo Constructors

Definition

Overloads

CacheInfo()

Initializes a new instance of the CacheInfo class.

CacheInfo(String, Int32)

Initializes a new instance of the CacheInfo class.

CacheInfo()

Initializes a new instance of the CacheInfo class.

public CacheInfo ();
Public Sub New ()

Applies to

CacheInfo(String, Int32)

Initializes a new instance of the CacheInfo class.

public CacheInfo (string cacheType = default, int cacheDuration = 0);
new Microsoft.Bot.Schema.Teams.CacheInfo : string * int -> Microsoft.Bot.Schema.Teams.CacheInfo
Public Sub New (Optional cacheType As String = Nothing, Optional cacheDuration As Integer = 0)

Parameters

cacheType
String

Type of Cache Info.

cacheDuration
Int32

Duration of the Cached Info.

Applies to