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