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