Configures how big the cache for prefetched data is. A larger cache can improve performance, but consumes more memory.
IClientConfiguration configuration = Db4oClientServer.NewClientConfiguration(); configuration.PrefetchSlotCacheSize = 1024;
Dim configuration As IClientConfiguration = Db4oClientServer.NewClientConfiguration() configuration.PrefetchSlotCacheSize = 1024