An implementation of the ICache interface that disables caching.

Namespace:  Mindroute.Core.Caching
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
public class NullCache : ICache
Visual Basic (Declaration)
Public Class NullCache _
	Implements ICache

Inheritance Hierarchy

System..::.Object
  Mindroute.Core.Caching..::.NullCache

See Also