Class HvlAuthVerificationRedisCacheServiceImpl

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.cache.redis.HvlAuthVerificationRedisCacheServiceImpl
All Implemented Interfaces:
HvlAuthVerificationCacheService

@Profile("redis") @Service public class HvlAuthVerificationRedisCacheServiceImpl extends Object implements HvlAuthVerificationCacheService
The class which implements HvlAuthVerificationCacheService for Redis.
  • Constructor Details

    • HvlAuthVerificationRedisCacheServiceImpl

      public HvlAuthVerificationRedisCacheServiceImpl(org.springframework.data.redis.core.ReactiveRedisTemplate<String,HvlAuthVerificationCodeModel> reactiveRedisTemplate, tr.com.havelsan.javarch.cache.redis.configuration.properties.HvlRedisCacheManagerProperties redisCacheManagerProperties)
      Instantiates a new HvlAuthVerificationCacheService.
      Parameters:
      reactiveRedisTemplate - the reactive redis template
      redisCacheManagerProperties - the redis cache manager properties
  • Method Details