Show / Hide Table of Contents

Class RosterItemCacheOptions

Options for the user and group cache.

Inheritance
object
RosterItemCacheOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class RosterItemCacheOptions

Properties

View Source

EnumerationCacheClassExpirationRelativeToNowInMin

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

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

EnumerationCacheClassExpirationRelativeToNowTimeSpan

Gets the TTL for cached 'enumerations' as a TimeSpan.

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

ItemCacheClassAbsoluteExpirationRelativeToNowTimeSpan

Gets the TTL for cached 'items' as a TimeSpan.

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
int
  • View Source
In this article
Back to top Generated by DocFX