Download.

CacheResponses(bool) Method

Summary

Indicates whether the downloaded response should be cached between regenerations.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
Download

Syntax

public Download 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
Download The current module instance.
GitHub