56575859606162
zkAuthorizorInstance = new ZKAuthorizor(); return zkAuthorizorInstance; } public ZKAuthorizor() { zooCache = new ZooCache(); }
30093010301130123013301430153016
} catch (Exception ex) { log.fatal("Programmer error: cannot create a logger strategy."); throw new RuntimeException(ex); } } cache = new ZooCache(); }
217218219220221222223224
} public synchronized ZooCache getZooCache() { if (zooCache == null) zooCache = new ZooCache(this); return zooCache; }
30223023302430253026302730283029