Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions What will happen when you write the following code Response Cache SetNoStore



About Response.Cache.SetNoStore and HttpCachePolicy.SetNoStore()

View(s): 21557

What will happen when you write the following code Response.Cache.SetNoStore()

Answer 1)

  1. HttpCachePolicy.SetNoStore() or Response.Cache.SetNoStore
    Prevents the browser from caching the ASPX page. 

  2. HttpCachePolicy.SetNoServerCaching or Response.Cache.SetNoServerCaching
    Stops all origin-server caching for the current response. Explicitly denies caching of the document on the origin-server. Once set, all requests for the document are fully processed. When this method is invoked, caching cannot be reenabled for the current response.

  Asked in:  Olivegreen   Expertise Level:  Experienced
  Last updated on Wednesday, 15 August 2012
2/5 stars (22 vote(s))

Register Login Ask Us Write to Us Help