コード例 #1
0
 /**
  * Multi-thread read, put and removeAll test. This checks for memory leaks using the removeAll
  * which was the known cause of memory leaks with LruMemoryStore in JCS new sampling LFU has no
  * leaks
  */
 public void testMemoryLeak() throws Exception {
   super.testMemoryLeak();
 }