private void PrintCache(LFUCache <int, string> cache) { PrintList("Cache table:", cache.GetAllCache()); }