An in-memory implementation of a Brightstar Cache
Namespace: BrightstarDB.CachingAssembly: 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 |