CacheBuilder

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun concurrencyLevel(producer: () -> Int): CacheBuilder<Key, Output>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun maximumSize(maximumSize: Long): CacheBuilder<Key, Output>
Link copied to clipboard
Link copied to clipboard
fun weigher(maximumWeight: Long, weigher: Weigher<Key, Output>): CacheBuilder<Key, Output>