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

Invalidate Cache #150

Closed spwizard closed 8 years ago

spwizard commented 9 years ago

I am using the [InvalidateCacheOutput("Get", typeof(OtherController))] but I don't think its invalidating the cache. Is there a method I can call to see all live caches.

Thanks Rob

Jan-Olof commented 8 years ago

We have the same experience. Works in 0.6 but not in 0.9.

StephanyBatista commented 8 years ago

Now I'm having the same problem. Sometime it works. Is anyone else having this problem?

alexwiese commented 8 years ago

Fixed by #162

filipw commented 8 years ago

this is now on nuget - https://www.nuget.org/packages/Strathweb.CacheOutput.WebApi2/0.10.0