此内容没有您所选择的语言版本。
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: