OutputCacheProvider::Get Method (String^)

.NET Framework (current version)
 

Returns a reference to the specified entry in the output cache.

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

public:
virtual Object^ Get(
	String^ key
) abstract

Parameters

key
Type: System::String^

A unique identifier for a cached entry in the output cache.

Return Value

Type: System::Object^

The key value that identifies the specified entry in the cache, or null if the specified entry is not in the cache.

.NET Framework
Available since 4.0
Return to top
Show: