ICachableControl - Interface
S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente l'interface pour les contrôles serveur Web qui prennent en charge le cache de proxy d'application.
Espace de noms : Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly : Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntaxe
'Déclaration
Public Interface ICachableControl
'Utilisation
Dim instance As ICachableControl
public interface ICachableControl
Remarques
Les méthodes dans cette interface sont appelées pendant une opération de rendu dans l'ordre suivant :
BeginRenderForCache
GetCacheKey
RenderControlForCache (uniquement lorsque le rendu est nécessaire)
GetCacheTimeout (uniquement lorsque le rendu est nécessaire)
AddCacheSubstitutions
EndRenderForCache
Voir aussi
Référence
Microsoft.PerformancePoint.Scorecards.Server.Extensions - Espace de noms