Show / Hide Table of Contents

Class RedisCacheOptions

Redis cache options.

Inheritance
object
RedisCacheOptions
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.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class RedisCacheOptions

Properties

View Source

Configuration

Gets or sets redis cache configuration. Retrieved from KeyVault.

Declaration
public string Configuration { get; set; }
Property Value
Type Description
string
  • View Source
In this article
  • Properties
    • Configuration
Back to top Generated by DocFX