LruCache<K, V> constructor

LruCache<K, V>(
  1. int cacheSize
)

Implementation

LruCache(int cacheSize) : super(cacheSize);