Package org.geomajas.plugin.caching.configuration

Examples of org.geomajas.plugin.caching.configuration.CacheInfo


      setCaches(cacheCache, null, defaultConfiguration);
    }

    // build layer specific configurations
    for (Layer layer : layerMap.values()) {
      CacheInfo ci = configurationService.getLayerExtraInfo(layer.getLayerInfo(), CacheInfo.class);
      if (null != ci) {
        setCaches(cacheCache, layer, ci);
      }
    }
  }
View Full Code Here

TOP

Related Classes of org.geomajas.plugin.caching.configuration.CacheInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.