An implementation of the ICache interface that performs no caching.

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class NullCache : ICache
Visual Basic
Public Class NullCache
	Implements ICache
Visual C++
public ref class NullCache : ICache
F#
type NullCache =  
    class
        interface ICache
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Caching..::..NullCache

See Also