Class InternalWriteCache

java.lang.Object
org.sonar.java.checks.verifier.internal.InternalWriteCache
All Implemented Interfaces:
org.sonar.api.batch.sensor.cache.WriteCache

public class InternalWriteCache extends Object implements org.sonar.api.batch.sensor.cache.WriteCache
  • Constructor Details

    • InternalWriteCache

      public InternalWriteCache()
  • Method Details

    • bind

      public InternalWriteCache bind(org.sonar.api.batch.sensor.cache.ReadCache readCache)
    • getData

      public Map<String,byte[]> getData()
    • write

      public void write(String key, InputStream data)
      Specified by:
      write in interface org.sonar.api.batch.sensor.cache.WriteCache
    • write

      public void write(String key, byte[] data)
      Specified by:
      write in interface org.sonar.api.batch.sensor.cache.WriteCache
    • copyFromPrevious

      public void copyFromPrevious(String key)
      Specified by:
      copyFromPrevious in interface org.sonar.api.batch.sensor.cache.WriteCache