While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

IExecutionContext.

ExecutionCache Property

Summary

Gets the current execution cache. Modules can use the cache to store data between executions.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

IExecutionCache ExecutionCache { get; }

Value

Type Description
IExecutionCache
GitHub