}
@Test
public void testExistBis() {
FeatureStoreCacheProxy fscp = new FeatureStoreCacheProxy();
fscp.setCacheManager(new InMemoryCacheManager());
fscp.setTarget(new InMemoryFeatureStore("ff4j.xml"));
Assert.assertFalse(fscp.exist("toto"));
Assert.assertFalse(fscp.exist("toto"));
Assert.assertTrue(fscp.exist("first"));
Assert.assertTrue(fscp.exist("first"));