Summary
    Attempts to get a cached value from a document and string key.
    
		- Assembly
- Wyam.Common .dll 
- Namespace
- Wyam.Common .Caching 
- Containing Type
- IExecutionCache
Syntax
bool TryGetValue(IDocument document, string key, out Object value)Parameters
| Name | Type | Description | 
|---|---|---|
| document | IDocument | The document key. | 
| key | string | The string key. | 
| value | Object | The cached value. | 
Return Value
| Type | Description | 
|---|---|
| bool | truefor a cache hit,falsefor a cache miss. | 
