이 콘텐츠는 선택한 언어로 제공되지 않습니다.
12.6. Eviction and Passivation
12.6.1. About Eviction and Passivation 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To ensure that a single copy of an entry remains, either in memory or in a cache store, use passivation in conjunction with eviction.
The primary reason to use passivation instead of a normal cache store is that updating entries require less resources when passivation is in use. This is because passivation does not require an update to the cache store.
See Also: