configures caching of BTree nodes.
configures caching of BTree nodes.
Clean BTree nodes will be unloaded on #commit and #rollback unless they are configured as cached here.
Default setting: 0
Possible settings: 1, 2 or 3
The potential number of cached BTree nodes can be calculated with the following forumula:
maxCachedNodes = bTreeNodeSize ^ bTreeCacheHeight
Configuration Interface | com.db4o.config Namespace