Package-level declarations

Types

Link copied to clipboard
@NotThreadSafe
class LruCache<T : Any>(maxSize: Int, disposal: (T) -> Unit)