Cacheable

fun interface Cacheable<T>

A getter which may or may not be run.

Functions

Link copied to clipboard
abstract fun get(): T