Summary
Checks if the string key is in the cache.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Caching - Containing Type
- IExecutionCache
Syntax
bool ContainsKey(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The string key. |
Return Value
| Type | Description |
|---|---|
| bool | true if the key is in the cache, false otherwise. |
