Second round of Web Http Caching
Posted by: Pablo M. Cibraro (aka Cibrax),
on 29 Apr 2011 |
View original | Bookmarked: 0 time(s)
As I discussed in my previous post, web caching relies on specific headers that you need to use correctly on your services. Thats an http application protocol thing, and something that you can easily use in any application framework that treats Http as first citizen. This means that you dont need to implement anything fancy or exclusively rely on an specific caching technology or components for doing ouput caching (e.g ASP.NET Cache). You only need to worry about using the Expires and Cache-Control...