Sets the cache policy. Unless a handler overrides
this method, handlers will not allow a respons to be
cached.
Namespace: DotNetNuke.FrameworkAssembly: 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.