Class GuavaCachedCorsPropertiesLoader

java.lang.Object
de.hybris.platform.core.cors.loader.impl.GuavaCachedCorsPropertiesLoader
All Implemented Interfaces:
CorsPropertiesLoader, ConfigIntf.ConfigChangeListener, org.springframework.beans.factory.InitializingBean

public class GuavaCachedCorsPropertiesLoader extends Object implements CorsPropertiesLoader, org.springframework.beans.factory.InitializingBean, ConfigIntf.ConfigChangeListener
Implementation of CorsPropertiesLoader that caches properties using guava cache.
  • Constructor Details

    • GuavaCachedCorsPropertiesLoader

      public GuavaCachedCorsPropertiesLoader()
  • Method Details