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