Example usage for org.apache.wicket.util.collections MostRecentlyUsedMap subclass-usage

List of usage examples for org.apache.wicket.util.collections MostRecentlyUsedMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.collections MostRecentlyUsedMap subclass-usage.

Usage

From source file org.apache.isis.viewer.wicket.ui.pages.accmngt.AccountConfirmationMap.java

/**
 * A map that contains the emails to be verified. It has a constraint on the maximum entries that it
 * can contain, and a constraint on the duration of time an entry is considered valid/non-expired
 */
public class AccountConfirmationMap extends MostRecentlyUsedMap<String, Object> {
    private static final long serialVersionUID = 1L;