Adds transparent response caching to MediatR request pipeline.
Info
Version: | 1.0.1 |
Author(s): | Raphael Lorenzeto de Abreu |
Last Update: | Friday, August 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/raphaabreu/MediatR.Behaviors.ResponseCaching |
NuGet Url: | https://www.nuget.org/packages/MediatR.Behaviors.ResponseCaching |
Install
Install-Package MediatR.Behaviors.ResponseCaching
dotnet add package MediatR.Behaviors.ResponseCaching
paket add MediatR.Behaviors.ResponseCaching
MediatR.Behaviors.ResponseCaching Download (Unzip the "nupkg" after downloading)
Dependencies
- MediatR(>= 7.0.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
Tags