Info
Version: | 1.3.1 |
Author(s): | Travis Daily |
Last Update: | Friday, November 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CodeByDay.ApiCache |
Install
Install-Package CodeByDay.ApiCache
dotnet add package CodeByDay.ApiCache
paket add CodeByDay.ApiCache
CodeByDay.ApiCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- CodeByDay.Cache(>= 1.3.0 && < 2.0.0)
- Microsoft.AspNetCore.Mvc.Core(>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 1.0.0)
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.1.0)
- CodeByDay.Cache(>= 1.3.0 && < 2.0.0)
- Microsoft.AspNetCore.Mvc.Core(>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 1.0.0)
- System.ComponentModel.Annotations(>= 4.1.0)
Tags
Adds the ClientCacheAttribute to instruct the client to cache. Add the RequestJoinAttribute to deduplicate simultaneous requests.