utils/_lru_cache library

Classes

LRUMap<K, V>

Typedefs

EvictionHandler<K, V> = dynamic Function(K key, V value)