Uses of Interface
org.apache.wicket.session.pagemap.IPageMapEvictionStrategy

Packages that use IPageMapEvictionStrategy
org.apache.wicket.session.pagemap   
org.apache.wicket.settings   
 

Uses of IPageMapEvictionStrategy in org.apache.wicket.session.pagemap
 

Classes in org.apache.wicket.session.pagemap that implement IPageMapEvictionStrategy
 class LeastRecentlyAccessedEvictionStrategy
          A simple eviction strategy that evicts the least recently accessed page version from the given page map.
 

Uses of IPageMapEvictionStrategy in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IPageMapEvictionStrategy
 IPageMapEvictionStrategy Settings.getPageMapEvictionStrategy()
           
 IPageMapEvictionStrategy ISessionSettings.getPageMapEvictionStrategy()
          Gets the strategy for evicting pages from the page map.
 

Methods in org.apache.wicket.settings with parameters of type IPageMapEvictionStrategy
 void Settings.setPageMapEvictionStrategy(IPageMapEvictionStrategy pageMapEvictionStrategy)
           
 void ISessionSettings.setPageMapEvictionStrategy(IPageMapEvictionStrategy pageMapEvictionStrategy)
          Sets the strategy for evicting pages from the page map.
 



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