373839404142434445
protected void setUp() throws Exception { super.setUp(); log.info("setUp() ...."); String configFile = "META-INF/local-service.xml"; tester = new TreeCacheAopTester(configFile); cache = tester.getCache(); }