Exemplo n.º 1
0
 public int getMemory() {
   return lru.getMemory() + fifo.getMemory();
 }
Exemplo n.º 2
0
 public int getMemory() {
   return baseCache.getMemory();
 }