org.omnaest.utils.structure.element.cached
Interface CachedElement.CachedValue<T>

Type Parameters:
T -
Enclosing class:
CachedElement<T>

protected static interface CachedElement.CachedValue<T>

Used to store and retrieve the CachedElement.CachedValue

Author:
Omnaest

Method Summary
 T getValue()
           
 void setValue(T value)
           
 

Method Detail

getValue

T getValue()

setValue

void setValue(T value)


Copyright © 2013. All Rights Reserved.