|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataStoreEvictionStrategy
An eviction strategy that decides whether the in-memory data structure used as page store should be compacted
| Method Summary | |
|---|---|
void |
evict(org.apache.wicket.pageStore.memory.PageTable pageTable)
Called after each IDataStore.storeData(String, int, byte[]) call. |
| Method Detail |
|---|
void evict(org.apache.wicket.pageStore.memory.PageTable pageTable)
IDataStore.storeData(String, int, byte[]) call.
pageTable - the in-memory data store with all pages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||