Cache::Get Method (String^)

 

Retrieves the specified item from the Cache object.

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

public:
Object^ Get(
	String^ key
)

Parameters

key
Type: System::String^

The identifier for the cache item to retrieve.

Return Value

Type: System::Object^

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

The following example demonstrates how to retrieve the value cached for an ASP.NET text box server control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: