8081828384858687888990
page.expireOldestVersion(); } else { // expire whole page accessPM.removeEntry(page); } } else { // If oldestEntry is not an instance of Page, then it is
9293949596979899100101102
// custom, user-defined IPageMapEntry class and cannot // contain // versioning information, so we just remove the entry. if (oldestEntry != null) { accessPM.removeEntry(oldestEntry); } } } } }