Class NullValue

  • All Implemented Interfaces:
    Serializable, org.springframework.cache.Cache.ValueWrapper

    public class NullValue
    extends Object
    implements org.springframework.cache.Cache.ValueWrapper, Serializable
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Field Detail

      • INSTANCE

        public static final NullValue INSTANCE
    • Constructor Detail

      • NullValue

        public NullValue()
    • Method Detail

      • get

        public Object get()
        Specified by:
        get in interface org.springframework.cache.Cache.ValueWrapper