Example usage for org.apache.wicket.pageStore AbstractCachingPageStore subclass-usage

List of usage examples for org.apache.wicket.pageStore AbstractCachingPageStore subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.pageStore AbstractCachingPageStore subclass-usage.

Usage

From source file org.efaps.ui.wicket.store.EFapsPageStore.java

/**
 * The Class EFapsPageStore.
 *
 * @author The eFaps Team
 */
public class EFapsPageStore extends AbstractCachingPageStore<SerializedPage> {