com.openexchange.mail.cache
Interface UniversalCache.ValueYielder<K,V>

Enclosing class:
UniversalCache<K,V>

public static interface UniversalCache.ValueYielder<K,V>

The value yielder interface.


Method Summary
 V yieldValue(K arg)
          Yields the value from specified argument.
 

Method Detail

yieldValue

V yieldValue(K arg)
Yields the value from specified argument.

Parameters:
arg - The argument
Returns:
The value yielded from specified argument.