This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sets the cache policy. Unless a handler overrides
this method, handlers will not allow a respons to be
cached.
Namespace: Smartsite.Web
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public virtual void SetResponseCachePolicy( cache ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overridable Sub SetResponseCachePolicy ( _ cache As _ ) |
Parameters
- cache
- HttpCachePolicy
Cache.
See Also
BaseHttpHandler Class
Smartsite.Web Namespace