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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NullValue
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static NullValue
     
  • Field Details

  • Method Details

    • getInstance

      @ProtoFactory public static NullValue getInstance()