Caching

FacebookTwitter

Static resource caching and cache-busting with ASP.NET MVC and AppHarbor | Eli Thompson's Blog

http://eli.eliandlyndi.com/2012/02/15/static-resource-caching-cache-busting-asp-net-mvc-appharbor/ Serving static content (javascript, css, images) with headers specifying long cache expirations is easy. However, cache-busting those is hard. In this post, I’ll show how to deliver static content with cache-busting URLs.

HTTP ETag

http://en.wikipedia.org/wiki/HTTP_ETag An ETag or entity tag , is part of HTTP , the protocol for the World Wide Web . It is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests.
http://www.toptensoftware.com/Articles/40/Jab2-Static-File-Caching

Jab2 - Static File Caching -Topten Software

Jab stores all static files in it's database and has an MVC action to serve those files.
Friday, March 28, 2008 3:12 AM Kazi Manzur Rashid Caching plays a major role in developing highly scalable web applications.

Implementing Caching and Compression Action Filter

http://weblogs.asp.net/rashid/archive/2008/03/28/asp-net-mvc-action-filter-caching-and-compression.aspx
Tired of Firebug telling you to add expire headers to your image files? Well, here’s a quick tutorial that’ll shut the ol’ Firebug up.

Caching Images in Asp.Net MVC « weirdlover

http://www.weirdlover.com/2010/05/06/caching-your-images-in-asp-net-mvc/