System.Web.Caching.Cache.Remove Method

Removes the specified item from the application's System.Web.Caching.Cache object.

Syntax

public object Remove (string key)

Parameters

key
A string identifier for the cache item to remove.

Returns

The item removed from the Cache. If the value in the key parameter is not found, returns null.

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