If configured returns a reference to the second-level CacheBroker.

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

Syntax

C#
public CacheBroker Cache { get; set; }
Visual Basic (Declaration)
Public Property Cache As CacheBroker

Field Value

The CacheBroker, or null if no second-level cache is configured.

See Also