Cacheable

interface Cacheable

Represents an object which can be cached.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

cacheKey
Link copied to clipboard
common
abstract val cacheKey: String
A unique and immutable cache key for this object.

Inheritors

TileColor
Link copied to clipboard
Tile
Link copied to clipboard
StyleSet
Link copied to clipboard
Modifier
Link copied to clipboard

Sources

(source)
Link copied to clipboard