LruCache

constructor(maxSize: Int)

Parameters

K

The type of keys maintained by this cache.

V

The type of mapped values.