Restore freshening caches of tree node cache

This commit is contained in:
Bart Thomee
2025-09-17 12:17:35 -04:00
parent 1a4d9732ca
commit 4306d9ccc3

View File

@@ -552,6 +552,7 @@ SHAMapStoreImp::clearCaches(LedgerIndex validatedSeq)
void
SHAMapStoreImp::freshenCaches()
{
freshenCache(*app_.getNodeFamily().getTreeNodeCache());
freshenCache(app_.getMasterTransaction().getCache());
}