Chart.GetFromCache(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le graphique spécifié dans le 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
Paramètres
- key
- String
ID de l'élément de cache qui contient le graphique à récupérer. La clé est définie lorsque vous appelez la SaveToCache(String, Int32, Boolean) méthode.
Retours
Graphique.