Initializes a new instance of the CacheBroker class.

Namespace:  Mindscape.LightSpeed.Caching
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public CacheBroker(
	ICache cache
)
Visual Basic (Declaration)
Public Sub New ( _
	cache As ICache _
)

Parameters

cache
Type: Mindscape.LightSpeed.Caching..::.ICache
The second-level ICache implementation.

See Also