TencentLRUCache<K, V> constructor

TencentLRUCache<K, V>({
  1. required int capacity,
})

Implementation

TencentLRUCache({required this.capacity});