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