wicket.session.pagemap
Interface IPageMapEvictionStrategy
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- LeastRecentlyAccessedEvictionStrategy
public interface IPageMapEvictionStrategy
- extends java.io.Serializable
Given a page map, evicts zero or more entries from the map according to some
algorithm in the implementation.
- Author:
- Jonathan Locke
evict
void evict(PageMap pageMap)
- Parameters:
pageMap - The page map to evict from
Copyright © 2004-2007 Wicket developers. All Rights Reserved.