org.apache.wicket.session.pagemap
Interface IPageMapEvictionStrategy

All Superinterfaces:
IClusterable, Serializable
All Known Implementing Classes:
LeastRecentlyAccessedEvictionStrategy

public interface IPageMapEvictionStrategy
extends IClusterable

Given a page map, evicts zero or more entries from the map according to some algorithm in the implementation.

Author:
Jonathan Locke

Method Summary
 void evict(IPageMap pageMap)
           
 

Method Detail

evict

void evict(IPageMap pageMap)
Parameters:
pageMap - The page map to evict from


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