Indicates whether the downloaded response should be cached between regenerations.
- Namespace
- Statiq
.Core - Containing Type
- ReadWeb
Syntax
public ReadWeb CacheResponses(bool cacheResponses = true)
Parameters
Name | Type | Description |
---|---|---|
cacheResponses | bool | If set to true , the response is cached (the default is false ). |
Return Value
Type | Description |
---|---|
ReadWeb | The current module instance. |