System.Web.Caching.Cache.Get Method

Retrieves the specified item from the System.Web.Caching.Cache object.

Syntax

public object Get (string key)

Parameters

key
The identifier for the cache item to retrieve.

Returns

The retrieved cache item, or null if the key is not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Caching
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0