블로그 이미지
권남

카테고리

분류 전체보기 (227)
Temp (1)
CA (0)
Game (0)
nGrinder (0)
Java (17)
JavaScript (1)
JBOSS (0)
EJBCA (0)
Tomcat (1)
DB (6)
Cache (6)
LINUX (4)
Frameworks (11)
C++ (32)
C (96)
Mosquitto (3)
STB (0)
JNI (10)
Android (5)
WebSocket (1)
PDF (0)
AVR (13)
LINUX Device Driver (8)
Arduino (4)
ekgu (0)
resume, portfolio (1)
Dynamics AX (X++) (4)
comp (0)
Total
Today
Yesterday

달력

« » 2025.2
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

공지사항

최근에 올라온 글

Eviction, Expiration

Cache/Ehcache / 2015. 11. 24. 13:33

http://stackoverflow.com/questions/8838039/ehcache-does-not-remove-element-from-memory-on-eviction

Ehcache는 만료가 된 경우 바로 삭제가 되지 않는다. 삭제 시점이 즉시가 아니고 해당 캐시에 접근한 경우 삭제됨.
(Ehcache will only evict elements when putting elements and your cache is above threshold. )

캐시에 접근할 때 외에 추가로 쓰레드를 통해 일정 시간마다 해당 캐시에 evictExpiredelement()를 호출



'Cache > Ehcache' 카테고리의 다른 글

Expired Element Eviction Timing  (0) 2015.12.02
ehcache does not remove Element from memory on eviction  (0) 2015.11.26
Using CacheManager  (0) 2015.11.24
Gettimg expired cache  (0) 2015.11.24
Ehcache  (0) 2015.10.28
Posted by 권남
, |

최근에 달린 댓글

글 보관함