Package io.quarkus.cache.runtime
Class NullValueConverter
java.lang.Object
io.quarkus.cache.runtime.NullValueConverter
This class is used to allow the storage of
null values in the Quarkus cache while it is forbidden by the underlying
caching provider.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectfromCacheValue(Object value) static ObjecttoCacheValue(Object value)
-
Constructor Details
-
NullValueConverter
public NullValueConverter()
-
-
Method Details
-
toCacheValue
-
fromCacheValue
-