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
MicrosoftImplementationTypeNames
public static string[] MicrosoftImplementationTypeNames { get; }
Property Value
- string[]
MicrosoftInterface
Gets IDistributedCache from a Microsoft Cache library
public static Type MicrosoftInterface { get; }
Property Value
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
StackExchangeAssemblies
public static string[] StackExchangeAssemblies { get; }
Property Value
- string[]
StackExchangeCommandFlagsNames
Gets CommandFlags from StackExchange Redis library
public static Type StackExchangeCommandFlagsNames { get; }
Property Value
StackExchangeCommandFlagsNamesValue
public static string[] StackExchangeCommandFlagsNamesValue { get; }
Property Value
- string[]
StackExchangeImplementation
Gets ConnectionMultiplexer from a StackExchange Redis library
public static Type StackExchangeImplementation { get; }
Property Value
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
StackExchangeInterface
Gets IConnectionMultiplexer from a StackExchange Redis library
public static Type StackExchangeInterface { get; }
Property Value
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; }