Class CacheUpdatingWebsubInitializer

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    Direct Known Subclasses:
    IdAuthWebSubInitializer

    @Component
    public abstract class CacheUpdatingWebsubInitializer
    extends BaseIDAWebSubInitializer
    The Class CacheUpdatingWebsubInitializer.
    Author:
    Loganathan Sekar
    • Field Detail

      • cacheType

        @Value("${spring.cache.type:simple}")
        public String cacheType
        The cache type.
    • Constructor Detail

      • CacheUpdatingWebsubInitializer

        public CacheUpdatingWebsubInitializer()
    • Method Detail

      • isCacheEnabled

        protected boolean isCacheEnabled()
        Checks if is cache enabled.
        Returns:
        true, if is cache enabled