Class PageCache
- java.lang.Object
-
- org.wicketstuff.shiro.wicket.page.store.PageCache
-
- All Implemented Interfaces:
Serializable,IClusterable
public class PageCache extends Object implements 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:23:43 PM
- Author:
- Les Hazlewood
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageCache(int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsPage(int pageId)SerializedPagegetPage(int pageId)voidremovePage(Integer pageId)voidstorePages(SerializedPage wrapper)StringtoString()
-
-
-
Method Detail
-
containsPage
public boolean containsPage(int pageId)
-
getPage
public SerializedPage getPage(int pageId)
-
removePage
public void removePage(Integer pageId)
-
storePages
public void storePages(SerializedPage wrapper)
-
-