Summary
Sets a cached value from a document key.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Caching - Containing Type
- TestExecutionCache
Syntax
public 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 |
