Inheritance
System.Object
TwoLayerCacheExtensions
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.Cache.TwoLayer.dll
public static class TwoLayerCacheExtensions : object
Methods
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddTwoLayerCache(this IServiceCollection services)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
Returns
Type |
Description |
IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddTwoLayerCache(this IServiceCollection services, IConfigurationRoot configuration, Action<TwoLayerCacheOptions> callback = null)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
IConfigurationRoot |
configuration |
|
Action<TwoLayerCacheOptions> |
callback |
|
Returns
Type |
Description |
IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddTwoLayerCache(this IServiceCollection services, TwoLayerCacheOptions option)
Parameters
Returns
Type |
Description |
IServiceCollection |
|