Show / Hide Table of Contents

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 Source

EnumerationCacheClassExpirationRelativeToNowInMin

Gets or sets the TTL for cached 'enumerations' in minutes.

Declaration
public int EnumerationCacheClassExpirationRelativeToNowInMin { get; set; }
Property Value
Type Description
System.Int32
View Source

EnumerationCacheClassExpirationRelativeToNowTimeSpan

Gets the TTL for cached 'enumerations' as a .

Declaration
public TimeSpan EnumerationCacheClassExpirationRelativeToNowTimeSpan { get; }
Property Value
Type Description
TimeSpan
View Source

ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan

Gets the TTL for cached 'items' as a .

Declaration
public TimeSpan ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan { get; }
Property Value
Type Description
TimeSpan
View Source

ItemCacheClassExpirationRelativeToNowInMin

Gets or sets TTL for cached 'items' in minutes.

Declaration
public int ItemCacheClassExpirationRelativeToNowInMin { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX