Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

Contents tagged with caching

  • ASP.NET MVC and HTTP/1.1 Caching

    Tags: asp.net, http, caching

    Overview ASP.NET provides two caching mechanisms: output caching, which stores files in “any HTTP 1.1 cache-capable device” from the originating server to the client browser. application data … more

  • HTTP Caching Basics

    Tags: http, caching

    HTTP Caching Overview HTTP caches all files types; it has no intrinsic notion of types. Caching uses two mechanisms: expiration. eliminates the need to send requests validation. eliminates the … more