MaxCacheSize Field

BerkeleyDB

The maximum cache size.

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

Syntax

C#
public CacheInfo MaxCacheSize
Visual Basic (Declaration)
Public MaxCacheSize As CacheInfo
Visual C++
public:
CacheInfo^ MaxCacheSize

Remarks

The specified size is rounded to the nearest multiple of the cache region size, which is the initial cache size divided by CacheSize.NCaches. If no value is specified, it defaults to the initial cache size.

See Also