Package org.apache.wicket.pageStore.memory

Interface Summary
DataStoreEvictionStrategy An eviction strategy that decides whether the in-memory data structure used as page store should be compacted
 

Class Summary
HttpSessionDataStore A DataStore which stores the pages in the HttpSession.
MemorySizeEvictionStrategy An eviction strategy that keeps the data store size up to configured bytes
PageNumberEvictionStrategy An eviction strategy which decides whether to evict entries from the in-memory data store depending on the number of stored paged per session
PageTableCleaner Helper class that knows how to remove the nth oldest pages from PageTable
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.