Table of Contents

Class RedisTypeLocator

Namespace
Steeltoe.CloudFoundry.Connector.Redis
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public static class RedisTypeLocator
Inheritance
RedisTypeLocator
Inherited Members

Properties

MicrosoftAssemblies

public static string[] MicrosoftAssemblies { get; }

Property Value

string[]

MicrosoftImplementation

Gets RedisCache from a Microsoft Cache library

public static Type MicrosoftImplementation { get; }

Property Value

Type

MicrosoftImplementationTypeNames

public static string[] MicrosoftImplementationTypeNames { get; }

Property Value

string[]

MicrosoftInterface

Gets IDistributedCache from a Microsoft Cache library

public static Type MicrosoftInterface { get; }

Property Value

Type

MicrosoftInterfaceTypeNames

public static string[] MicrosoftInterfaceTypeNames { get; }

Property Value

string[]

MicrosoftOptionNames

public static string[] MicrosoftOptionNames { get; }

Property Value

string[]

MicrosoftOptions

Gets RedisCacheOptions from a Microsoft Cache library

public static Type MicrosoftOptions { get; }

Property Value

Type

StackExchangeAssemblies

public static string[] StackExchangeAssemblies { get; }

Property Value

string[]

StackExchangeCommandFlagsNames

Gets CommandFlags from StackExchange Redis library

public static Type StackExchangeCommandFlagsNames { get; }

Property Value

Type

StackExchangeCommandFlagsNamesValue

public static string[] StackExchangeCommandFlagsNamesValue { get; }

Property Value

string[]

StackExchangeImplementation

Gets ConnectionMultiplexer from a StackExchange Redis library

public static Type StackExchangeImplementation { get; }

Property Value

Type

StackExchangeImplementationTypeNames

public static string[] StackExchangeImplementationTypeNames { get; }

Property Value

string[]

StackExchangeInitializer

Gets the Connect method from a StackExchange Redis library

public static MethodInfo StackExchangeInitializer { get; }

Property Value

MethodInfo

StackExchangeInterface

Gets IConnectionMultiplexer from a StackExchange Redis library

public static Type StackExchangeInterface { get; }

Property Value

Type

StackExchangeInterfaceTypeNames

public static string[] StackExchangeInterfaceTypeNames { get; }

Property Value

string[]

StackExchangeOptionNames

public static string[] StackExchangeOptionNames { get; }

Property Value

string[]

StackExchangeOptions

Gets ConfigurationOptions from a StackExchange Redis library

public static Type StackExchangeOptions { get; }

Property Value

Type