org.apache.wicket.protocol.http
Interface SecondLevelCacheSessionStore.IClusteredPageStore

All Superinterfaces:
SecondLevelCacheSessionStore.IPageStore
Enclosing class:
SecondLevelCacheSessionStore

public static interface SecondLevelCacheSessionStore.IClusteredPageStore
extends SecondLevelCacheSessionStore.IPageStore

Marker interface for PageStores that support replication of serialized pages across cluster, which means that the lastPage attribute of SecondLevelCacheSessionStore.SecondLevelCachePageMap does not have to be serialized;

Author:
Matej Knopp

Method Summary
 
Methods inherited from interface org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.IPageStore
containsPage, destroy, getPage, pageAccessed, removePage, storePage, unbind
 



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