private WADISessionManager sessionManager;
private SessionListener sessionListener;
@Override
protected void setUp() throws Exception {
manager = new WadiCache(new CacheListener<Instance>() {
public void afterLoad(Instance instance) throws Exception {
}
public void beforeStore(Instance instance) throws Exception {
}