Uses of Interface
org.springframework.data.redis.core.BoundKeyExpirationOperations
Packages that use BoundKeyExpirationOperations
-
Uses of BoundKeyExpirationOperations in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return BoundKeyExpirationOperationsModifier and TypeMethodDescriptiondefault BoundKeyExpirationOperations
BoundKeyOperations.expiration()
Returns a bound operations object to perform expiration operations on the bound key.default BoundKeyExpirationOperations
RedisOperations.expiration
(K key) Returns a bound operations object to perform expiration operations on the bound key.