| Package | Description |
|---|---|
| at.molindo.wicketutils.utils |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> V |
RequestCycleCache.getOrCreate(org.apache.wicket.MetaDataKey<at.molindo.utils.data.Pair<K,V>> metaDataKey,
K key,
RequestCycleCache.Function<K,V> function)
tries to get value for key from cache or invokes function to generate it
from key.
|
static <K,V> V |
RequestCycleCache.getOrCreate(org.apache.wicket.RequestCycle cycle,
org.apache.wicket.MetaDataKey<at.molindo.utils.data.Pair<K,V>> metaDataKey,
K key,
RequestCycleCache.Function<K,V> function)
tries to get value for key from cache or invokes function to generate it
from key.
|
Copyright © 2013 Molindo GmbH. All Rights Reserved.