spring-framework / org.springframework.cache.support / SimpleValueWrapper / <init>

<init>

SimpleValueWrapper(@Nullable value: Any)

Create a new SimpleValueWrapper instance for exposing the given value.

Parameters

value - the value to expose (may be null)