Class RedisTypeLocator
Inheritance
System.Object
RedisTypeLocator
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class RedisTypeLocator : object
Properties
|
Edit this page
View Source
MicrosoftAssemblies
Declaration
public static string[] MicrosoftAssemblies { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
MicrosoftImplementation
Gets RedisCache from a Microsoft Cache library
Declaration
public static Type MicrosoftImplementation { get; }
Property Value
|
Edit this page
View Source
MicrosoftImplementationTypeNames
Declaration
public static string[] MicrosoftImplementationTypeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
MicrosoftInterface
Gets IDistributedCache from a Microsoft Cache library
Declaration
public static Type MicrosoftInterface { get; }
Property Value
|
Edit this page
View Source
MicrosoftInterfaceTypeNames
Declaration
public static string[] MicrosoftInterfaceTypeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
MicrosoftOptionNames
Declaration
public static string[] MicrosoftOptionNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
MicrosoftOptions
Gets RedisCacheOptions from a Microsoft Cache library
Declaration
public static Type MicrosoftOptions { get; }
Property Value
|
Edit this page
View Source
StackExchangeAssemblies
Declaration
public static string[] StackExchangeAssemblies { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
StackExchangeCommandFlagsNames
Gets CommandFlags from StackExchange Redis library
Declaration
public static Type StackExchangeCommandFlagsNames { get; }
Property Value
|
Edit this page
View Source
StackExchangeCommandFlagsNamesValue
Declaration
public static string[] StackExchangeCommandFlagsNamesValue { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
StackExchangeImplementation
Gets ConnectionMultiplexer from a StackExchange Redis library
Declaration
public static Type StackExchangeImplementation { get; }
Property Value
|
Edit this page
View Source
StackExchangeImplementationTypeNames
Declaration
public static string[] StackExchangeImplementationTypeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
StackExchangeInitializer
Gets the Connect method from a StackExchange Redis library
Declaration
public static MethodInfo StackExchangeInitializer { get; }
Property Value
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
StackExchangeInterface
Gets IConnectionMultiplexer from a StackExchange Redis library
Declaration
public static Type StackExchangeInterface { get; }
Property Value
|
Edit this page
View Source
StackExchangeInterfaceTypeNames
Declaration
public static string[] StackExchangeInterfaceTypeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
StackExchangeOptionNames
Declaration
public static string[] StackExchangeOptionNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
StackExchangeOptions
Gets ConfigurationOptions from a StackExchange Redis library
Declaration
public static Type StackExchangeOptions { get; }
Property Value