@Override protected void processThrowable(Throwable t) { CachesUtil.cleanupCaches(); super.processThrowable(t); }
@Override public void init() { CachesUtil.setupCaches(); super.init(); }