Cask

interface Cask<K, V>

Inheritors

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun get(key: K): V?
Link copied to clipboard
abstract fun invalidate(key: K)
Link copied to clipboard
abstract fun put(key: K, value: V?)
Link copied to clipboard
abstract fun refresh(key: K)
Link copied to clipboard
abstract fun size(): Int