public class PageTable extends Object implements org.apache.wicket.util.io.IClusterable
Additionally it has an index of the least recently used pages
| Constructor and Description |
|---|
PageTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Integer |
getOldest() |
byte[] |
getPage(Integer pageId) |
Iterator<Integer> |
indexIterator() |
byte[] |
removePage(Integer pageId) |
int |
size() |
void |
storePage(Integer pageId,
byte[] pageAsBytes) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.