@Test
 public void testClean() throws Exception {
   assertCacheHit(false);
   cache.clear();
   assertCacheHit(false);
 }