Internal

data class Internal(val cacheSizeBytes: ByteAmount = 2.gigabytes) : CacheProvider

Let Player create and use its own Cache instance with custom parameters.

Constructors

Link copied to clipboard
constructor(cacheSizeBytes: ByteAmount = 2.gigabytes)

Properties

Link copied to clipboard