This post originated from an RSS feed registered with .NET Buzz
by SANKARSAN BOSE.
Original Post: Caching in HTTP - Part 1
Feed Title: Coding N Design
Feed URL: http://codingndesign.com/blog/feed/
Feed Description: Design and Coding Beautiful Software
A Web Cache stores copies of web resources(html/images etc.) returned by the requests that pass through it and next time onwards returns the stored copy to the client instead of forwarding the same request to the server.This helps to improve the speed of content delivery, reduce bandwidth usage and processing ...