Package org.sonar.php.cache
Class Cache
java.lang.Object
org.sonar.php.cache.Cache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(org.sonar.api.batch.fs.InputFile file) byte[]readFileContentHash(org.sonar.api.batch.fs.InputFile file) voidwriteFileContentHash(org.sonar.api.batch.fs.InputFile file, byte[] hash) voidwriteFileSymbolTable(org.sonar.api.batch.fs.InputFile file, SymbolTableImpl symbolTable)
-
Field Details
-
DATA_CACHE_PREFIX
- See Also:
-
STRING_TABLE_CACHE_PREFIX
- See Also:
-
CONTENT_HASHES_KEY
- See Also:
-
-
Constructor Details
-
Cache
-
-
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
-
readFileContentHash
@CheckForNull public byte[] readFileContentHash(org.sonar.api.batch.fs.InputFile file)
-