Method ContainsItem
ContainsItem(String)
Determines whether the cache contains an item of a given key.
Declaration
public bool ContainsItem([Required] string key)
Parameters
Type | Name | Description |
---|---|---|
String | key | The key of the cache item. |
Returns
Type | Description |
---|---|
Boolean |
|