Click or drag to resize

EAPObjectCacheInitCache Method

Called from HttpApplication.Init to keep this object around

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void InitCache(
	HttpContext cxt
)

Parameters

cxt
Type: System.WebHttpContext
The HttpContext object
See Also