CacheStoreProvider.Remove Method (String)

 

Removes the item from the cache.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public abstract object Remove(
	string key
)

Parameters

key
Type: System.String

The identifier for the cache item.

Return Value

Type: System.Object

The item if it exits; otherwise null.

.NET Framework
Available since 4.7
Return to top
Show: