Custom

data class Custom(val sizeLimit: Long) : OnlineCachePolicy

A policy that allows the user to specify:

  • the maximum number of bytes that cache should use to store its data.

Constructors

Link copied to clipboard
fun Custom(sizeLimit: Long)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Cache size limit in bytes.