org.apache.wicket.pageStore.memory
Class PageNumberEvictionStrategy

java.lang.Object
  extended by org.apache.wicket.pageStore.memory.PageNumberEvictionStrategy
All Implemented Interfaces:
DataStoreEvictionStrategy

public class PageNumberEvictionStrategy
extends java.lang.Object
implements DataStoreEvictionStrategy

An eviction strategy which decides whether to evict entries from the in-memory data store depending on the number of stored paged per session


Constructor Summary
PageNumberEvictionStrategy(int pagesNumber)
          Construct.
 
Method Summary
 void evict(org.apache.wicket.pageStore.memory.PageTable pageTable)
          Called after each IDataStore.storeData(String, int, byte[]) call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageNumberEvictionStrategy

public PageNumberEvictionStrategy(int pagesNumber)
Construct.

Parameters:
pagesNumber - the maximum number of pages the data store can hold
Method Detail

evict

public void evict(org.apache.wicket.pageStore.memory.PageTable pageTable)
Description copied from interface: DataStoreEvictionStrategy
Called after each IDataStore.storeData(String, int, byte[]) call.

Specified by:
evict in interface DataStoreEvictionStrategy
Parameters:
pageTable - the in-memory data store with all pages
See Also:
DataStoreEvictionStrategy.evict(org.apache.wicket.pageStore.memory.PageTable)


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