Show / Hide Table of Contents

Class TwoLayerCacheExtensions

Inheritance
System.Object
TwoLayerCacheExtensions
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.Cache.TwoLayer.dll
Syntax
public static class TwoLayerCacheExtensions : object

Methods

| Improve this Doc View Source

AddTwoLayerCache(IServiceCollection)

Declaration
public static IServiceCollection AddTwoLayerCache(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
| Improve this Doc View Source

AddTwoLayerCache(IServiceCollection, IConfigurationRoot, Action<TwoLayerCacheOptions>)

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

AddTwoLayerCache(IServiceCollection, TwoLayerCacheOptions)

Declaration
public static IServiceCollection AddTwoLayerCache(this IServiceCollection services, TwoLayerCacheOptions option)
Parameters
Type Name Description
IServiceCollection services
TwoLayerCacheOptions option
Returns
Type Description
IServiceCollection
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.