새소식

short terms

Eviction, Passivation, Expiration

  • -
  • 공통점
    • 메모리를 아끼기 위해 Object Caching을 조정
  • Eviction
    • Cached Object를 삭제하는 방법
    • LRU, LIRS 등 메커니즘
  • Passivation
    • Eviction의 대상 Object를 File에 우선 저장 후 삭제
    • 이후 Object를 다시 필요로 할 때, 해당 File에서 reload
  • Expiration
    • 일정 시간이 지나면(Expired) Cached Object를 삭제

 


Reference

  1. tistory blog, https://jhouse0317.tistory.com/39

'short terms' 카테고리의 다른 글

[draft] Streaming VS Time series  (0) 2021.05.17
Dialect (JPA hibernate)  (0) 2021.05.07
마샬링 (Marshalling)  (0) 2021.05.07
[draft] Authentication VS Authorization  (0) 2021.04.30
[draft] 접근 통제(Access Control, AC)  (0) 2021.04.30
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.