49505152535455
public void setDisableCache(boolean disableCache) { InstrumentEvent.SIGNALS signal = disableCache ? InstrumentEvent.SIGNALS.DISABLE_CACHE : InstrumentEvent.SIGNALS.ENABLE_CACHE; InstrumentEvent.fire(this, new InstrumentEvent(signal)); }