CacheConfiguration
Properties
If a request contains fewer objects than prefetchBatchSize, it is filled up with additional objects that are predicted to be required in the future.
Size of the separate cache for prefetched objects. Objects are prefetched based on a prediction of what data might be needed next, but they may not be actually used at all. To avoid eviction of regular objects, there are two separate caches.
The maximum number of objects that is requested in one request.