Community

Using the CachingHandler in ASP.NET Web API

(aliostad) Caching is an important concept in HTTP and comprises a sizeable chunk of the spec. ASP.NET Web API exposes full goodness of the HTTP spec and caching can be implemented as a message handler explained in Part 6 and 7. I have implemented a CachingHandler and contributed the code to the Web

Read More - Register for Free Membership