TencentLRUCache<K, V> class
Constructors
- TencentLRUCache({required int capacity})
Properties
Methods
-
clear(
) → void -
get(
K key) → V? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
K key) → void -
set(
K key, V value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited