Interface RedisCacheWriter.TtlFunction

All Known Implementing Classes:
FixedDurationTtlFunction
Enclosing interface:
RedisCacheWriter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RedisCacheWriter.TtlFunction
Function to compute the time to live from the cache key and value.
Since:
3.2
Author:
Mark Paluch