Interface HvlAuthEndpointCachesService

All Known Implementing Classes:
HvlAuthEndpointRedisCachesServiceImpl

@Validated public interface HvlAuthEndpointCachesService
This service provides operational methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(@NotBlank String cache)
    Clears cache.
    void
    Clears all cache.
  • Method Details

    • clear

      void clear(@NotBlank @NotBlank String cache) throws tr.com.havelsan.javarch.session.data.support.exception.HvlSessionSupportException
      Clears cache.
      Parameters:
      cache - the cache
      Throws:
      tr.com.havelsan.javarch.session.data.support.exception.HvlSessionSupportException - the exception
    • clearAll

      void clearAll() throws tr.com.havelsan.javarch.session.data.support.exception.HvlSessionSupportException
      Clears all cache.
      Throws:
      tr.com.havelsan.javarch.session.data.support.exception.HvlSessionSupportException - the exception