GetItem(string, bool)
Gets a cache item given its key.
Declaration
public CacheValue GetItem(string key, bool includeDependencies = true)
Parameters
Type | Name | Description |
---|---|---|
string | key | The cache item. |
bool | includeDependencies |
|
Returns
Type | Description |
---|---|
CacheValue | A CacheValue, or |