You are here: Configuration > Client Configuration > Prefetch Slot Cache Size

Prefetch Slot Cache Size

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);
ClientConfigurationExamples.java: Configure the slot cache