Summary
Sets a cached value from a document key.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Caching - Containing Type
- IExecutionCache
Syntax
void Set(IDocument document, Object value)
Parameters
Name | Type | Description |
---|---|---|
document | IDocument | The document key. |
value | Object | The cached value. |
Return Value
Type | Description |
---|---|
void |