lfu_cache library

Support for doing something awesome.

More dartdocs go here.

Classes

LFUCache<K, V>
LFU cache implementation based on http://dhruvbird.com/lfu.pdf, with some notable differences: