Class WebClientCacheConfigLoader

  • All Implemented Interfaces:
    com.saperion.cache.config.CacheConfigLoader

    public class WebClientCacheConfigLoader
    extends com.saperion.cache.config.AbstractCacheConfigLoader
    Loads the configuration for the caches from the default- and custom-config folders.
    • Field Summary

      • Fields inherited from class com.saperion.cache.config.AbstractCacheConfigLoader

        caches
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.saperion.common.logging.Logger getLogger()  
      void initialize()  
      • Methods inherited from class com.saperion.cache.config.AbstractCacheConfigLoader

        assertCorrectConfiguration, getCaches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebClientCacheConfigLoader

        public WebClientCacheConfigLoader()
    • Method Detail

      • initialize

        public void initialize()
      • getLogger

        protected com.saperion.common.logging.Logger getLogger()
        Specified by:
        getLogger in class com.saperion.cache.config.AbstractCacheConfigLoader