Chart.GetFromCache(String) Method

Definition

Retrieves the specified chart from the cache.

public static System.Web.Helpers.Chart GetFromCache (string key);
static member GetFromCache : string -> System.Web.Helpers.Chart
Public Shared Function GetFromCache (key As String) As Chart

Parameters

key
String

The ID of the cache item that contains the chart to retrieve. The key is set when you call the SaveToCache(String, Int32, Boolean) method.

Returns

The chart.

Applies to