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 Summary
ConstructorsConstructorDescriptionSimpleValueWrapper(@Nullable Object value) Create a new SimpleValueWrapper instance for exposing the given value. - 
Method Summary
 
- 
Constructor Details
- 
SimpleValueWrapper
 
 - 
 - 
Method Details
- 
get
Simply returns the value as given at construction time.- Specified by:
 getin interfaceCache.ValueWrapper
 - 
equals
 - 
hashCode
 - 
toString
 
 -