Package org.apache.wicket.session.pagemap

Interface Summary
IPageMapEntry Some source which produces a page.
IPageMapEvictionStrategy Given a page map, evicts zero or more entries from the map according to some algorithm in the implementation.
 

Class Summary
AbstractPageMapEntry An abstract base class that makes it easier to create IPageMapEntry implementations.
LeastRecentlyAccessedEvictionStrategy A simple eviction strategy that evicts the least recently accessed page version from the given page map.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.