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:

  1. BeginRenderForCache

  2. GetCacheKey

  3. RenderControlForCache (only when rendering is necessary)

  4. GetCacheTimeout (only when rendering is necessary)

  5. AddCacheSubstitutions

  6. EndRenderForCache

See also

Reference

ICachableControl members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace