Files
spring-data-redis/src/main/java/org
Mark Paluch f26441d48d DATAREDIS-553 - Support caching null values via RedisCache using callable.
Store `NullValue` placeholders when null value caching is allowed. Remove cache values when null value caching is disabled and the value loader returns a `null` value.

Original pull request: #221.
2016-10-12 15:07:09 +02:00
..