Class CacheEnabledSensorContext

java.lang.Object
org.sonar.java.checks.verifier.internal.InternalSensorContext
org.sonar.java.checks.verifier.internal.CacheEnabledSensorContext
All Implemented Interfaces:
org.sonar.api.batch.sensor.SensorContext

public class CacheEnabledSensorContext extends InternalSensorContext
  • Method Details

    • isCacheEnabled

      public boolean isCacheEnabled()
      Specified by:
      isCacheEnabled in interface org.sonar.api.batch.sensor.SensorContext
      Overrides:
      isCacheEnabled in class InternalSensorContext
    • previousCache

      public org.sonar.api.batch.sensor.cache.ReadCache previousCache()
      Specified by:
      previousCache in interface org.sonar.api.batch.sensor.SensorContext
      Overrides:
      previousCache in class InternalSensorContext
    • nextCache

      public org.sonar.api.batch.sensor.cache.WriteCache nextCache()
      Specified by:
      nextCache in interface org.sonar.api.batch.sensor.SensorContext
      Overrides:
      nextCache in class InternalSensorContext