SWRCache

interface SWRCache

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun <KEY, DATA> state(key: KEY): MutableState<DATA?>