Example #1
0
 @Before
 public void setup() {
   cache = new SlabCache(CACHE_SIZE + BLOCK_SIZE * 2, BLOCK_SIZE);
   cache.addSlabByConf(new Configuration());
 }