A cache implementation that wraps two separate caches, one acts as the primary cache (typically a memory cache) and the other provides a secondary cache (typically a large directory cache).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Caching..::..TwoLevelCache

See Also