Sets the cache policy. Unless a handler overrides this method, handlers will not allow a respons to be cached.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void SetResponseCachePolicy(
	HttpCachePolicy cache
)
Visual Basic
Public Overridable Sub SetResponseCachePolicy ( 
	cache As HttpCachePolicy
)

Parameters

cache
Type: System.Web..::..HttpCachePolicy
Cache.

See Also