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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet52 (in libdb_dotnet52.dll) Version: 5.2.28.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