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 ISessionSettings.getPageMapEvictionStrategy()
          Gets the strategy for evicting pages from the page map.
 IPageMapEvictionStrategy Settings.getPageMapEvictionStrategy()
           
 

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



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