Class WebClientCacheConfigLoader

java.lang.Object
com.saperion.cache.config.AbstractCacheConfigLoader
com.saperion.ngc.cache.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.saperion.common.logging.Logger
     
    void
     

    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 Details

    • WebClientCacheConfigLoader

      public WebClientCacheConfigLoader()
  • Method Details

    • initialize

      public void initialize()
    • getLogger

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