spring-framework / org.springframework.cache.concurrent / ConcurrentMapCacheFactoryBean / setAllowNullValues

setAllowNullValues

open fun setAllowNullValues(allowNullValues: Boolean): Unit

Set whether to allow null values (adapting them to an internal null holder value).

Default is "true".