Package org.jboss.msc.value
Class CachedValue<T>
- java.lang.Object
-
- org.jboss.msc.value.CachedValue<T>
-
-
Constructor Summary
Constructors Constructor Description CachedValue(Value<? extends T> value)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Get the actual value.
-