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
Subclasses with type arguments of type RedisKeyValueAdapter.ShadowCopy in org.springframework.data.redis.coreModifier and TypeClassDescriptionstatic enumConfiguration flag controlling storage of phantom keys (shadow copies) of expiring entities to read them later when publishingRedisKeyspaceEvent.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.