电脑知识|欧美黑人一区二区三区|软件|欧美黑人一级爽快片淫片高清|系统|欧美黑人狂野猛交老妇|数据库|服务器|编程开发|网络运营|知识问答|技术教程文章 - 好吧啦网

您的位置:首頁技術文章
文章詳情頁

Spring如何基于注解配置使用ehcache

瀏覽:41日期:2023-08-04 15:56:19

使用ehcache-spring-annotations使得在工程中簡單配置即可使用緩存

下載地址:http://code.google.com/p/ehcache-spring-annotations/

需要的jar包,首先需要的是我們之前做SpringMVC時的各個Spring的jar包

然后需要把ehcache-spring-annotations-1.2.0文件夾內lib內的,非spring的jar加進去,因為我們已經增加了我們版本的spring然后還需要動態代理的cglib包

在spring主配置文件中配置ehcache注解的使用:

<?xml version='1.0' encoding='UTF-8'?> <beans xmlns='http://www.springframework.org/schema/beans' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:mvc='http://www.springframework.org/schema/mvc' xmlns:p='http://www.springframework.org/schema/p' xmlns:context='http://www.springframework.org/schema/context' xmlns:aop='http://www.springframework.org/schema/aop' xmlns:tx='http://www.springframework.org/schema/tx' xmlns:ehcache='http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring' xsi:schemaLocation='http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.0.xsd http://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/mvchttp://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd http://www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.0.xsd http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring/ehcache-spring-1.1.xsd'> <ehcache:annotation-driven cache-manager='ehCacheManager' /> <bean class='org.springframework.cache.ehcache.EhCacheManagerFactoryBean'> <property name='configLocation' value='classpath:ehcache.xml'/> </bean> <bean class='test.CacheService'></bean> </beans>

配置緩存配置文件ehcache.xml,改文件放在SRC下:

<?xml version='1.0' encoding='UTF-8'?> <ehcache xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='http://ehcache.org/ehcache.xsd' updateCheck='false'> <diskStore path='java.io.tmpdir' /> <defaultCache eternal='false' maxElementsInMemory='1000' overflowToDisk='false' diskPersistent='false' timeToIdleSeconds='0' timeToLiveSeconds='600' memoryStoreEvictionPolicy='LRU' /> <cache name='testCache' eternal='false' maxElementsInMemory='100' overflowToDisk='false' diskPersistent='false' timeToIdleSeconds='0' timeToLiveSeconds='300' memoryStoreEvictionPolicy='LRU' /> </ehcache>

CacheService是示例類,代碼如下:

package test; import java.util.Date; import org.springframework.transaction.annotation.Propagation; import org.springframework.transaction.annotation.Transactional; import com.googlecode.ehcache.annotations.Cacheable; import com.googlecode.ehcache.annotations.TriggersRemove; public class CacheService{ @SuppressWarnings('deprecation') @Cacheable(cacheName = 'testCache') public String getName(String code){ System.out.println('查詢編號:' + code); return new Date().toLocaleString() + '-->' + code; } @SuppressWarnings('deprecation') @Transactional(propagation = Propagation.REQUIRED) public String update(String code){ System.out.println('更新編號:' + code); return new Date().toLocaleString() + '-->' + code; } @TriggersRemove(cacheName='testCache',removeAll=true) public void flush(){ System.out.println('情況緩存'); System.out.println('Processing testFlushing'); } }

改類包含根據參數獲取緩存值,更新緩存,情況緩存,都是使用注解標簽實現。

Action類需要改動一下,代碼如下:

package test; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; // http://localhost:8080/spring/hello.do?key=1&code=java @org.springframework.stereotype.Controller public class HelloController{ private CacheService sacheService; @SuppressWarnings('deprecation') @RequestMapping('/hello.do') public String hello(HttpServletRequest request,HttpServletResponse response){ String key = request.getParameter('key'); if('1'.equals(key)){ request.setAttribute('message', sacheService.getName(request.getParameter('code'))); }else if('2'.equals(key)){ request.setAttribute('message', sacheService.update(request.getParameter('code'))); }else{ sacheService.flush(); request.setAttribute('message', sacheService.getName(request.getParameter('code'))); } return 'hello'; } public CacheService getSacheService() { return sacheService; } @Autowired public void setSacheService(CacheService sacheService) { this.sacheService = sacheService; } }

根據key做不同的操作,然后分別訪問以下幾個路徑,為了方便看效果和學習,我把工程代碼放到了附件:

第一次沒有緩存http://localhost:8080/spring/hello.do?key=1&code=java讀取緩存http://localhost:8080/spring/hello.do?key=1&code=java更新緩存http://localhost:8080/spring/hello.do?key=2&code=java讀取最新緩存http://localhost:8080/spring/hello.do?key=1&code=java情況緩存http://localhost:8080/spring/hello.do?key=3

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Spring
相關文章:
主站蜘蛛池模板: 施工围挡-施工PVC围挡-工程围挡-深圳市旭东钢构技术开发有限公司 | 即用型透析袋,透析袋夹子,药敏纸片,L型涂布棒-上海桥星贸易有限公司 | 镀锌钢格栅_热镀锌格栅板_钢格栅板_热镀锌钢格板-安平县昊泽丝网制品有限公司 | 艺术涂料_进口艺术涂料_艺术涂料加盟_艺术涂料十大品牌 -英国蒙太奇艺术涂料 | 石油/泥浆/不锈钢防腐/砂泵/抽砂泵/砂砾泵/吸砂泵/压滤机泵 - 专业石油环保专用泵厂家 | 尾轮组_头轮组_矿用刮板_厢式刮板机_铸石刮板机厂家-双驰机械 | 在线钠离子分析仪-硅酸根离子浓度测定仪-油液水分测定仪价格-北京时代新维测控设备有限公司 | 齿轮减速马达一体式_蜗轮蜗杆减速机配电机-德国BOSERL齿轮减速电动机生产厂家 | 谷歌关键词优化-外贸网站优化-Google SEO小语种推广-思亿欧外贸快车 | 【直乐】河北石家庄脊柱侧弯医院_治疗椎间盘突出哪家医院好_骨科脊柱外科专业医院_治疗抽动症/关节病骨伤权威医院|排行-直乐矫形中医医院 | 奥因-光触媒除甲醛公司-除甲醛加盟公司十大品牌 | 防爆电机_防爆电机型号_河南省南洋防爆电机有限公司 | 西安耀程造价培训机构_工程预算实训_广联达实作实操培训 | 消泡剂-水处理消泡剂-涂料消泡剂-切削液消泡剂价格-东莞德丰消泡剂厂家 | 行星搅拌机,双行星搅拌机,动力混合机,无锡米克斯行星搅拌机生产厂家 | 聚丙烯酰胺_厂家_价格-河南唐达净水材料有限公司 | 环境模拟实验室_液体-气体控温机_气体控温箱_无锡双润冷却科技有限公司 | 房间温控器|LonWorks|海思 | 协议书_协议合同格式模板范本大全 | 福建成考网-福建成人高考网| 散热器-电子散热器-型材散热器-电源散热片-镇江新区宏图电子散热片厂家 | 加气混凝土砌块设备,轻质砖设备,蒸养砖设备,新型墙体设备-河南省杜甫机械制造有限公司 | 塑料异型材_PVC异型材_封边条生产厂家_PC灯罩_防撞扶手_医院扶手价格_东莞市怡美塑胶制品有限公司 | 钢绞线万能材料试验机-全自动恒应力两用机-混凝土恒应力压力试验机-北京科达京威科技发展有限公司 | 下水道疏通_管道疏通_马桶疏通_附近疏通电话- 立刻通 | 洛阳装修公司-洛阳整装一站式品牌-福尚云宅装饰 | 衢州装饰公司|装潢公司|办公楼装修|排屋装修|别墅装修-衢州佳盛装饰 | 广东西屋电气有限公司-广东西屋电气有限公司 | 动物解剖台-成蚊接触筒-标本工具箱-负压实验台-北京哲成科技有限公司 | 氧化锆纤维_1800度高温退火炉_1800度高温烧结炉-南京理工宇龙新材料股份有限公司 | TwistDx恒温扩增-RAA等温-Jackson抗体-默瑞(上海)生物科技有限公司 | 大_小鼠elisa试剂盒-植物_人Elisa试剂盒-PCR荧光定量试剂盒-上海一研生物科技有限公司 | 喷砂机厂家_自动喷砂机生产_新瑞自动化喷砂除锈设备 | 齿轮减速马达一体式_蜗轮蜗杆减速机配电机-德国BOSERL齿轮减速电动机生产厂家 | 翅片管换热器「型号全」_厂家-淄博鑫科环保 | 蓝米云-专注于高性价比香港/美国VPS云服务器及海外公益型免费虚拟主机 | PCB接线端子_栅板式端子_线路板连接器_端子排生产厂家-置恒电气 喷码机,激光喷码打码机,鸡蛋打码机,手持打码机,自动喷码机,一物一码防伪溯源-恒欣瑞达有限公司 假肢-假肢价格-假肢厂家-河南假肢-郑州市力康假肢矫形器有限公司 | 厌氧工作站-通用型厌氧工作站-上海胜秋科学仪器有限公司 | 海日牌清洗剂-打造带电清洗剂、工业清洗剂等清洗剂国内一线品牌 海外整合营销-独立站营销-社交媒体运营_广州甲壳虫跨境网络服务 | 传动滚筒_厂家-淄博海恒机械制造厂 | 齿轮减速马达一体式_蜗轮蜗杆减速机配电机-德国BOSERL齿轮减速电动机生产厂家 |