Package net.sf.ehcache.config.generator.model.elements

Examples of net.sf.ehcache.config.generator.model.elements.CacheConfigurationElement


     *
     * @param cacheConfiguration
     * @param configGenerator
     */
    static void visitCacheConfiguration(CacheConfiguration cacheConfiguration, NodeElementVisitor configGenerator) {
        CacheConfigurationElement element = new CacheConfigurationElement(null, cacheConfiguration);
        element.accept(configGenerator);
    }
View Full Code Here

TOP

Related Classes of net.sf.ehcache.config.generator.model.elements.CacheConfigurationElement

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.