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