| IOutputCacheKeyOptions Interface |
Namespace: Kentico.Web.Mvc
public interface IOutputCacheKeyOptions
The IOutputCacheKeyOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCacheKey |
Adds IOutputCacheKey to the collection of required vary by values.
| |
| GetOutputCacheKeys |
Returns collection of IOutputCacheKey objects.
|
| Name | Description | |
|---|---|---|
| VaryByABTestVariant |
Ensures that output cache varies on A/B test variants.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryByBrowser |
Ensures that output cache vary by browser type.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryByCookieLevel |
Ensures that output cache vary by cookie level.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryByHost |
Ensures that output cache vary by host name.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryByPersona |
Ensures that output cache varies on persona.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryBySite |
Ensures that output cache vary by site name.
(Defined by OutputCacheKeyOptionsExtensions.) | |
| VaryByUser |
Ensures that output cache vary by user.
(Defined by OutputCacheKeyOptionsExtensions.) |