Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Lookup(System.Web.HttpContext)"]

Namespace:  SharedCache.WinServiceCommon.HttpModule
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static Tracker Lookup(
	HttpContext context
)
Visual Basic (Declaration)
Public Shared Function Lookup ( _
	context As HttpContext _
) As Tracker
Visual C++
public:
static Tracker^ Lookup(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::.HttpContext

[Missing <param name="context"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Lookup(System.Web.HttpContext)"]

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Lookup(System.Web.HttpContext)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Lookup(System.Web.HttpContext)"]

See Also