hibernate 二级缓存配置
摘要:第一步 新建ehcache.xml 放到 src 目录下,以下文件具体参数意义,我这不多说了,你从百度查一下“ehcache 配置” 会有很详细的介绍,02在这呢,我只说一下,基本配置,并如何知道已成功应用 二级缓存03<ehcacheCheck="false">04<diskStorepath="java.io.tmpdir"/>05<cacheManagerEventListenerFactoryclass=""properties=""/>06<defaultCach
阅读全文
posted @ 2012-02-03 08:36