|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestCycleCache.Function | |
|---|---|
| at.molindo.wicketutils.utils | |
| Uses of RequestCycleCache.Function in at.molindo.wicketutils.utils |
|---|
| Methods in at.molindo.wicketutils.utils with parameters of type RequestCycleCache.Function | ||
|---|---|---|
static
|
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
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||