CacheSize Property

BerkeleyDB

The size of the shared memory buffer pool -- that is, the cache.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public CacheInfo CacheSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property CacheSize As CacheInfo
Visual C++
public:
property CacheInfo^ CacheSize {
	CacheInfo^ get ();
}

See Also