public class SimpleValueWrapper extends Object implements Cache.ValueWrapper
Cache.ValueWrapper,
simply holding the value as given at construction and returning it from get().| 构造器和说明 |
|---|
SimpleValueWrapper(Object value)
Create a new SimpleValueWrapper instance for exposing the given value.
|
@Nullable public Object get()
get 在接口中 Cache.ValueWrapperCopyright © 2021. All rights reserved.