Class RosterItemCacheOptions
Options for the user and group cache.
Inherited Members
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class RosterItemCacheOptions
Properties
View SourceEnumerationCacheClassExpirationRelativeToNowInMin
Gets or sets the TTL for cached 'enumerations' in minutes.
Declaration
public int EnumerationCacheClassExpirationRelativeToNowInMin { get; set; }
Property Value
Type | Description |
---|---|
int |
EnumerationCacheClassExpirationRelativeToNowTimeSpan
Gets the TTL for cached 'enumerations' as a TimeSpan.
Declaration
public TimeSpan EnumerationCacheClassExpirationRelativeToNowTimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan
Gets the TTL for cached 'items' as a TimeSpan.
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 |
---|---|
int |