Class NullValue

java.lang.Object
org.redisson.spring.cache.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:
  • Field Details

    • INSTANCE

      public static final NullValue INSTANCE
  • Constructor Details

    • NullValue

      public NullValue()
  • Method Details

    • get

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