<% Option Explicit %>
<% Response.CacheControl = "Public"%>
<html>
<head>
<title>ThaiCreate.Com ASP Response Object</title>
</head>
<body>
<%
Dim i
For i = 0 To 5
Response.write i & "<br>"
Next
%>
</body>
</html>
จากตัวอย่าง Webpage นี้จะยอมให้มีการ Cache Output ไว้ที่ Proxy Server