Response.CacheControl
propertyResponse.CacheControl= cachecmd
This property allows you suggest whether a page should be cached or not.
publicThe page may be cached.
privateThe page should not be kept in a shared cached.
no-cacheThe cache should always check for a newer version.
no-storeDo not cache at all.