Chart.GetFromCache(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.