CacheStoreProvider.Get Method (String)

 

Retrieves the specified item from the cache if it exists.

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

public abstract object Get(
	string key
)

Parameters

key
Type: System.String

The key.

Return Value

Type: System.Object

The specified item from the cache if it exists; otherwise null.

.NET Framework
Available since 4.7
Return to top
Show: