Class RosterItemCacheOptions
Options for the user and group cache.
Inheritance
System.Object
RosterItemCacheOptions
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class RosterItemCacheOptions : object
Properties
View SourceEnumerationCacheClassExpirationRelativeToNowInMin
Gets or sets the TTL for cached 'enumerations' in minutes.
Declaration
public int EnumerationCacheClassExpirationRelativeToNowInMin { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnumerationCacheClassExpirationRelativeToNowTimeSpan
Gets the TTL for cached 'enumerations' as a
Declaration
public TimeSpan EnumerationCacheClassExpirationRelativeToNowTimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan
Gets the TTL for cached 'items' as a
Declaration
public TimeSpan ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
ItemCacheClassExpirationRelativeToNowInMin
Gets or sets TTL for cached 'items' in minutes.
Declaration
public int ItemCacheClassExpirationRelativeToNowInMin { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |