Show / Hide Table of Contents

Class RedisCacheOptions

Redis cache options.

Inheritance
System.Object
RedisCacheOptions
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class RedisCacheOptions : object

Properties

View Source

Configuration

Gets or sets redis cache configuration. Retrieved from KeyVault.

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