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 BoundKeyExpirationOperationsBoundKeyOperations.expiration()Returns a bound operations object to perform expiration operations on the bound key.default BoundKeyExpirationOperationsRedisOperations.expiration(K key) Returns a bound operations object to perform expiration operations on the bound key.