WebCache Constructor (HttpContext)Nemiro.Data.dll
Initializes a new instance of the WebCache class with link to instance HttpContext.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public WebCache(
	HttpContext context
)

Parameters

context
Type: System.Web HttpContext
Instance of current HttpContext.
See Also