An in-memory implementation of a Brightstar Cache

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

Syntax

C#
public class MemoryCache : AbstractCache
Visual Basic
Public Class MemoryCache
	Inherits AbstractCache
Visual C++
public ref class MemoryCache : public AbstractCache
F#
type MemoryCache =  
    class
        inherit AbstractCache
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Caching..::..AbstractCache
    BrightstarDB.Caching..::..MemoryCache

See Also