WebCache.Get(String) Method

Definition

Retrieves the specified item from the WebCache object.

public static dynamic Get (string key);
static member Get : string -> obj
Public Shared Function Get (key As String) As Object

Parameters

key
String

The identifier for the cache item to retrieve.

Returns

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

Applies to