티스토리 뷰
728x90
@Cacheable(value = "menuCache", key = "#auth")
ehcache.xml
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ehcache.org/ehcache.xsd"
updateCheck="true"
monitoring="autodetect"
dynamicConfig="true">
<diskStore path="io.dveamer.sample.ehcache"/>
<defaultCache
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="120"
timeToLiveSeconds="120"
overflowToDisk="true"
maxElementsOnDisk="10000000"
diskPersistent="false"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU"
/>
<cache name="menuCache"
maxElementsInMemory="10"
eternal="false"
overflowToDisk="false"
timeToIdleSeconds="300"
timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU" />
</ehcache>
http://dveamer.github.io/backend/SpringCacheable.html
### For Spring Boot
- https://stackoverflow.com/questions/28020245/cannot-find-cache-named-for-cacheableoperation-caches
- https://stackoverflow.com/questions/32994544/spring-cacheable-not-caching/32999744
- https://javabeat.net/spring-cache/
https://stackoverflow.com/questions/49394403/ehcache-2-x-spring-boot-not-working
https://sonegy.wordpress.com/2011/12/29/spring-3-1%EA%B3%BC-ehcache/
http://egloos.zum.com/js7309/v/11143838
728x90
'공부' 카테고리의 다른 글
[Python] pycharm (0) | 2020.03.15 |
---|---|
npm Error: Cannot find module 'semver' (0) | 2020.03.15 |
[MacOSX] localhost 인증서 설치 `크롬브라우저 - 연결이 비공개로 설정되어 있지 않습니다. 해결하기` (0) | 2020.03.15 |
[MacOSX] use root dir `/` (0) | 2020.03.15 |
[JS] download anchor (0) | 2020.03.15 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 테슬라 리퍼럴 코드
- wlw
- 테슬라 크레딧 사용
- Bot
- 메디파크 내과 전문의 의학박사 김영수
- 책그림
- 개리마커스
- 테슬라 리퍼럴 코드 혜택
- 김달
- 테슬라 리퍼럴 코드 생성
- 테슬라 레퍼럴 적용 확인
- 할인
- 클루지
- 어떻게 능력을 보여줄 것인가?
- 모델y
- 테슬라 레퍼럴 코드 확인
- 테슬라 레퍼럴
- 인스타그램
- 팔로워 수 세기
- Kluge
- 테슬라 추천
- 레퍼럴
- COUNT
- 모델 Y 레퍼럴
- 연애학개론
- follower
- 테슬라
- 유투브
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함