filipw / Strathweb.CacheOutput

ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
Other
882 stars 253 forks source link

Adding Suport to Slide Cache #255

Open hfmm99 opened 5 years ago

hfmm99 commented 5 years ago

The goal of this pull request is to add support for the Slide Cache feature:

https://docs.microsoft.com/en-us/dotnet/api/system.web.httpcachepolicy.setslidingexpiration?view=netframework-4.8

This will allow to refresh cache timeout if an endpoint is hit before cache expiration.