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
)
Public Shared Sub InitCache (
cxt As HttpContext
)
Parameters
- cxt
- Type: System.WebHttpContext
The HttpContext object
See Also