Open topic with navigation
Configures how big the cache for prefetched data is. A larger cache can improve performance, but consumes more memory.
ClientConfiguration configuration = Db4oClientServer.newClientConfiguration(); configuration.prefetchSlotCacheSize(1024);