Package com.jfinal.plugin.ehcache

Examples of com.jfinal.plugin.ehcache.EhCachePlugin


            arp.setShowSql(true);
        }
        arp.addMapping("module", Module.class).addMapping("topic", Topic.class).addMapping("post", Post.class);
        arp.addMapping("reply", Reply.class).addMapping("user", User.class);
        me.add(arp);
        me.add(new EhCachePlugin());
    }
View Full Code Here

TOP

Related Classes of com.jfinal.plugin.ehcache.EhCachePlugin

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.