Class NullValue
- java.lang.Object
-
- org.infinispan.spring.common.provider.NullValue
-
- All Implemented Interfaces:
java.io.Serializable,org.springframework.cache.Cache.ValueWrapper
@SerializeWith(Externalizer.class) public final class NullValue extends java.lang.Object implements org.springframework.cache.Cache.ValueWrapper, java.io.Serializable
A placeholder value for storing null in a cache.- Since:
- 5.3
- Author:
- Olaf Bergner
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNullValue.Externalizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget()Always returns null.
-
-
-
Field Detail
-
NULL
public static final NullValue NULL
-
-