@AfterClass
 public static void shutdown() throws IOException {
   EhCacheTestUtils.tearDown();
 }
 @BeforeClass
 public static void init() throws IOException {
   EhCacheTestUtils.setUp();
 }