C# Class MyTested.AspNetCore.Mvc.ServiceCollectionCachingExtensions

Contains caching extension methods for IServiceCollection.
Afficher le fichier Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Méthodes publiques

Méthode Description
ReplaceMemoryCache ( this serviceCollection ) : IServiceCollection

Replaces the default IMemoryCache with a mocked implementation.

Method Details

ReplaceMemoryCache() public static méthode

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