Method Get
Get(String)
Retrieves the specified item from the cache.
Declaration
public override object Get(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | A unique identifier for a cached item in the output cache. |
Returns
| Type | Description |
|---|---|
| System.Object | The key value that identifies the specified item in the cache, or null if the specified item is not in the cache. |
Overrides
System.Web.Caching.OutputCacheProvider.Get(System.String)