The term per request caching means caching data for exact duration of the request. With this technique into play, you will have to specify the codes path frequently but other activities like application, modification and fetching of data will have to be performed only once. Per-request caching can be obtained using ASP.NET HttpContext.
                    

Copyright © 2008 VisualBuilder. All rights reserved