Uses of Interface
at.molindo.wicketutils.utils.RequestCycleCache.Function

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
<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 © 2011 Molindo GmbH. All Rights Reserved.