The default LightSpeed second-level cache ICache implementation. Utilizes the .NET platform Cache

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

Syntax

C#
public sealed class DefaultCache : ICache
Visual Basic (Declaration)
Public NotInheritable Class DefaultCache _
	Implements ICache

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Caching..::.DefaultCache

See Also