C# Class MyTested.AspNetCore.Mvc.ServiceCollectionCachingExtensions

Contains caching extension methods for IServiceCollection.
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
ReplaceMemoryCache ( this serviceCollection ) : IServiceCollection

Replaces the default IMemoryCache with a mocked implementation.

Method Details

ReplaceMemoryCache() public static method

Replaces the default IMemoryCache with a mocked implementation.
public static ReplaceMemoryCache ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
return IServiceCollection