Package-level declarations

Types

Link copied to clipboard
interface Cache<Key : Any, Value : Any>
Link copied to clipboard
Link copied to clipboard
typealias Ticker = () -> Long
Link copied to clipboard
typealias Weigher<Key, Value> = (key: Key, value: Value) -> Int