Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 네트워크
- mybatis
- Heap
- reactor
- network
- VCS
- HTTP
- r
- Elk
- effective
- Lombok
- redis
- ajax
- Linux
- cache
- html
- socket
- libuv
- NoSQL
- nodejs
- mongodb
- github
- 데이터통신
- git
- Static
- javascript
- spring
- reactive
- Java
- AWS
Archives
- Today
- Total
목록FIFO (1)
빨간색코딩
EHCache (ehcache-spring-annotations, ehcache.xml, @Cacheable)
참조문서http://www.ehcache.org/documentation/https://blog.outsider.ne.kr/1094https://www.mkyong.com/spring/spring-caching-and-ehcache-example/ 캐시 엔진 중에 유명한 것들은 memcached, redis 등이 있다. ehcache는 간단한게 쓸 수 있는 캐시라이브러리이며, spring에서 어노테이션으로도 쉽게 쓸 수 있다. 캐시를 적용하기 최적인 경우는 20%의 데이터가 전체 조회 건수의 80%를 차지할 경우(80:20 법칙?) 캐시를 사용함으로써 성능을 대폭 향상 가능하다.1. EHCache란?캐시 엔진 중의 하나이다. 주요 특징으로는 아래와 같다.경량의 빠른 캐시 엔진확장성 : 메모리, 디스크 저..
Spring
2018. 1. 5. 14:48