811812813814815816817818819820821
if (entry.isPersistent()) { this.numOfPersistentEntries++; this.persistentSizeInBytes += entry.getSizeInBytes(); } if (this.notifiedAboutAddOrRemove) { entry.added(this.storageId); } } } } }