TencentLRUCache<K, V> constructor
TencentLRUCache<K, V> ({
- required int capacity,
Implementation
TencentLRUCache({required this.capacity});
TencentLRUCache({required this.capacity});