org.wicketstuff.ki.wicket.page.store
Class PageCacheManager

java.lang.Object
  extended by org.wicketstuff.ki.wicket.page.store.PageCacheManager
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable

public class PageCacheManager
extends java.lang.Object
implements org.apache.wicket.IClusterable

continues effort started by Richard Wilkinson (to support TerraCotta, but the architecture has been separated into multiple classes, along with other architectural/stylistic changes.

Since:
Feb 13, 2009 10:37:12 PM
Author:
Les Hazlewood
See Also:
Serialized Form

Constructor Summary
PageCacheManager(int maxNumPagesPerMap)
           
 
Method Summary
 PageCache getPageCache(java.lang.String name)
           
 void removePageCache(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageCacheManager

public PageCacheManager(int maxNumPagesPerMap)
Method Detail

getPageCache

public PageCache getPageCache(java.lang.String name)

removePageCache

public void removePageCache(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.