Response.CacheControl property

Specifies an HTTP cache command.

Usage

Response.CacheControl= cachecmd

Details

This property allows you suggest whether a page should be cached or not.

Some Cache Control Values

public

The page may be cached.

private

The page should not be kept in a shared cached.

no-cache

The cache should always check for a newer version.

no-store

Do not cache at all.