ICachableControl Interface
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the interface for Web server controls that support the application proxy cache.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Interface ICachableControl
'Usage
Dim instance As ICachableControl
public interface ICachableControl
Remarks
The methods in this interface are called during a render operation in the following order:
BeginRenderForCache
GetCacheKey
RenderControlForCache (only when rendering is necessary)
GetCacheTimeout (only when rendering is necessary)
AddCacheSubstitutions
EndRenderForCache
See Also
Reference
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace