class NullValue : Serializable
Simple serializable class that serves as a null replacement for cache stores which otherwise do not support null values.
Author
Juergen Hoeller
Since
4.2.2
See Also
AbstractValueAdaptingCache
static val INSTANCE: Any
The canonical representation of a |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |