Interface HvlAuthzUserRegistrationCacheService

All Known Implementing Classes:
HvlAuthzUserRegistrationCacheRedisServiceImpl

@Validated public interface HvlAuthzUserRegistrationCacheService
This service provides operational methods.
  • Field Details

  • Method Details

    • set

      void set(@NotBlank @NotBlank String cacheKey, @NotBlank @NotBlank String email, @NotNull @NotNull Duration ttlToCacheExpiring)
      Set cache
      Parameters:
      cacheKey - the cache key
    • get

      String get(@NotBlank @NotBlank String cacheKey)
      Get cache
      Parameters:
      cacheKey - the cache key
    • delete

      Boolean delete(@NotBlank @NotBlank String cacheKey)
      Delete cache.