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