Exemplo n.º 1
0
 @Test
 public void testClean() throws Exception {
   assertCacheHit(false);
   cache.clear();
   assertCacheHit(false);
 }