Uses of Enum Class
org.springframework.data.redis.core.RedisKeyValueAdapter.ShadowCopy
Packages that use RedisKeyValueAdapter.ShadowCopy
-
Uses of RedisKeyValueAdapter.ShadowCopy in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return RedisKeyValueAdapter.ShadowCopyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisKeyValueAdapter.ShadowCopy[]RedisKeyValueAdapter.ShadowCopy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.core with parameters of type RedisKeyValueAdapter.ShadowCopyModifier and TypeMethodDescriptionvoidRedisKeyValueAdapter.setShadowCopy(RedisKeyValueAdapter.ShadowCopy shadowCopy) Configure storage of phantom keys (shadow copies) of expiring entities.