이전에 Ehcache2 로 적용해보았는데, 3으로 마이그레이션 해보았다. 이유는 버전 3이 적극적으로 유지 관리되고 개발된 버전이며, 유형이 안전하고 JSR107과 호환된다고 한다. (JSR107 : Java 캐싱 API https://github.com/jsr107/jsr107spec ) https://stackoverflow.com/questions/47163873/difference-relationship-between-ehcache-v2-and-ehcache-v3 Difference / Relationship between EhCache v2 and EhCache v3 Recently I am doing some research about the performance of java local ca..