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