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

Server side caching does not respect content negotiation #112

Closed sergey-netdev closed 9 years ago

sergey-netdev commented 9 years ago

An action is decorated with [CacheOutput(ServerTimeSpan = 600]] and caching works as advertised. However, any cache hit returns content in format requested on the first cache miss.

Microsoft.AspNet.* is 5.2.2 targeting .NET 4.5, Strathweb.CacheOutput.WebApi2 is 0.6

filipw commented 9 years ago

please upgrade to latest - not able to reproduce this anymore