Class HvlAuthzUserRegistrationCacheRedisServiceImpl

java.lang.Object
tr.com.havelsan.javarch.oauth.authz.starter.cache.redis.HvlAuthzUserRegistrationCacheRedisServiceImpl
All Implemented Interfaces:
HvlAuthzUserRegistrationCacheService

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

    • HvlAuthzUserRegistrationCacheRedisServiceImpl

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