Class SimpleValueWrapper
java.lang.Object
org.springframework.cache.support.SimpleValueWrapper
- All Implemented Interfaces:
- Cache.ValueWrapper
Straightforward implementation of 
Cache.ValueWrapper,
 simply holding the value as given at construction and returning it from get().- Since:
- 3.1
- Author:
- Costin Leau
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleValueWrapper(Object value) Create a new SimpleValueWrapper instance for exposing the given value.
- 
Method Summary
- 
Constructor Details- 
SimpleValueWrapperCreate a new SimpleValueWrapper instance for exposing the given value.- Parameters:
- value- the value to expose (may be- null)
 
 
- 
- 
Method Details