LruCache

constructor(maxSize: Int)

Creates an empty cache that holds at most maxSize entries.

Type Parameters

K

the key type.

V

the value type.