Package org.infinispan.commons.util
Class NullValue
- java.lang.Object
-
- org.infinispan.commons.util.NullValue
-
- All Implemented Interfaces:
Serializable
@ProtoTypeId(128) public final class NullValue extends Object implements Serializable
A placeholder for null in a cache, because caches do not allow null values.- Since:
- 13.0
- Author:
- Dan Berindei
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NullValue
getInstance()
-