Exemplo n.º 1
0
 private void PrintNode(LFUCache <int, string> cache)
 {
     PrintList("Node table:", cache.GetAllNode());
 }