Skip to content

Commit

Permalink
JT-78303: Rollback removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-zatsepin committed Jan 30, 2024
1 parent 5a0904e commit 4e386b1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,10 @@ void deferBlobDeletion(final long blobHandle) {
deferredBlobsToDelete.add(blobHandle);
}

public void checkInvalidateBlobsFlag() {
checkInvalidateBlobsFlag = true;
}

void closeCaches() {
propsCache.close();
linksCache.close();
Expand Down

0 comments on commit 4e386b1

Please sign in to comment.