IOutputCacheKeyGetVaryByCustomString Method |
Returns cache key specific for the current cache item.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax string GetVaryByCustomString(
HttpContextBase context,
string custom
)
Parameters
- context
- Type: System.WebHttpContextBase
An HttpContext object that contains information about the current Web request. - custom
- Type: SystemString
The custom string that specifies which cached response is used to respond to the current request.
Return Value
Type:
StringSee Also