Chúng ta có thể SetNoStore trên HttpCachePolicy object được hiển thị bởi thuộc tính Cache của đối tượng Response:
Response.Cache.SetNoStore(); Response.Write(DateTime.Now.ToLongTimeString());