CacheConfiguration

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Size of the cache for regularly requested objects.

Link copied to clipboard

If a request contains fewer objects than prefetchBatchSize, it is filled up with additional objects that are predicted to be required in the future.

Link copied to clipboard

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.

Link copied to clipboard

The maximum number of objects that is requested in one request.

Functions

Link copied to clipboard