private void PrintCount(LFUCache <int, string> cache) { PrintList("Count table:", cache.GetAllCount()); }