亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

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

springboot ehcache 配置使用方法代碼詳解

瀏覽:54日期:2023-03-01 13:52:07

EhCache是一個比較成熟的Java緩存框架,最早從hibernate發展而來, 是進程中的緩存系統,它提供了用內存,磁盤文件存儲,以及分布式存儲方式等多種靈活的cache管理方案,快速簡單。

Springboot對ehcache的使用非常支持,所以在Springboot中只需做些配置就可使用,且使用方式也簡易。

下面通過本文給大家介紹springboot ehcache 配置使用方法,具體內容如下所示:

1. pom 引入依賴

<!-- Ehcache --><dependency><groupId>net.sf.ehcache</groupId><artifactId>ehcache</artifactId></dependency>

2.resources 目錄下直接放個文件ehcache.xml

<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:echcache的默認緩存策略 --> <defaultCache maxElementsInMemory='10000' eternal='false' timeToIdleSeconds='120' timeToLiveSeconds='120' maxElementsOnDisk='10000000' diskExpiryThreadIntervalSeconds='120' memoryStoreEvictionPolicy='LRU'><persistence strategy='localTempSwap'/> </defaultCache> <!-- 菜單緩存策略 --> <cache name='menucache' maxElementsInMemory='10000' eternal='false' timeToIdleSeconds='120' timeToLiveSeconds='120' maxElementsOnDisk='10000000' diskExpiryThreadIntervalSeconds='120' memoryStoreEvictionPolicy='LRU'><persistence strategy='localTempSwap'/> </cache> </ehcache>

3.在Service層 方法上加上注解

@CacheEvict(value='menucache', allEntries=true) ,更新緩存

@Cacheable(key='’menu-’+#parentId',value='menucache') 讀取緩存,'’menu-’+#parentId' 通配符,也可以直接寫死字符串

menucache 對應 上面 xmlname='menucache'

/**刪除菜單 * @param MENU_ID * @www.fhadmin.org */@CacheEvict(value='menucache', allEntries=true)public void deleteMenuById(String MENU_ID) throws Exception{this.cleanRedis();menuMapper.deleteMenuById(MENU_ID);}/** * 通過ID獲取其子一級菜單 * @param parentId * @return * @www.fhadmin.org */@Cacheable(key='’menu-’+#parentId',value='menucache')public List<Menu> listSubMenuByParentId(String parentId) throws Exception {return menuMapper.listSubMenuByParentId(parentId);}

到此這篇關于springboot ehcache 配置使用方法代碼詳解的文章就介紹到這了,更多相關springboot ehcache 配置使用內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 婷婷色在线播放 | 爱爱男女在线观看视频高清 | 超级碰碰青草久热国产 | 高清配种视频xxxxx | 国内精品视频九九九九 | xxxxx性视频免费播放 | 伊人狼人久久 | 亚洲精国产一区二区三区 | 激情视频网站在线观看 | 999这里只有精品 | 国产精品999在线 | 久久精品中文字幕第一页 | 免费可在线观看黄的视频 | 成人福利在线播放 | 国产成人在线精品 | 男人在线网址 | 成人看片黄a在线看 | 另类 欧美 视频二区 | 久久精品国产精品亚洲 | 狠狠插影院| 青草免费免费观看视频在线 | 国产免费自拍视频 | 轻轻碰在线视频免费视频 | 另类av| 久久九九久精品国产 | 高清一区二区亚洲欧美日韩 | 精品欧美一区二区三区在线观看 | 青青操久久 | 久久午夜一区二区 | 成年轻人在线看片 | 免费看91| 精品国产一级在线观看 | 国产一卡2卡3卡四卡高清 | 97视频在线视频 | 一级黄色短视频 | 99久久综合狠狠综合久久男同 | 美女一区二区在线观看 | 国产美女亚洲精品久久久毛片 | 91高清国产经典在线观看 | 古代级a毛片可以免费看 | 久久青草免费91观看 |