A cache implementation that stores cache entries as files

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Caching..::..AbstractCache
    BrightstarDB.Caching..::..DirectoryCache

See Also