Class Cache

java.lang.Object
org.sonar.php.cache.Cache

public class Cache extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • writeFileSymbolTable

      public void writeFileSymbolTable(org.sonar.api.batch.fs.InputFile file, SymbolTableImpl symbolTable)
    • writeFileContentHash

      public void writeFileContentHash(org.sonar.api.batch.fs.InputFile file, byte[] hash)
    • read

      @CheckForNull public SymbolTableImpl read(org.sonar.api.batch.fs.InputFile file)
    • readFileContentHash

      @CheckForNull public byte[] readFileContentHash(org.sonar.api.batch.fs.InputFile file)