Sets the response cacheability to true.
Syntax
Smartsite SXML | Copy Code |
---|---|
response.setcacheable() response.setcacheable(boolean cacheable) |
Parameters
Name | Data Type | Description |
---|---|---|
cacheable | Boolean | If set to true the response can be cached. |
Return Value
None.