DataStorage

The data storage limit.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int?

The upper limit for data storage the cache is set to use.

Link copied to clipboard
val minimum: Int?

The lower limit for data storage the cache is set to use.

Link copied to clipboard

The unit that the storage is measured in, in GB.

Functions

Link copied to clipboard
inline fun copy(block: DataStorage.Builder.() -> Unit = {}): DataStorage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String