Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
12.6. Eviction and Passivation
12.6.1. About Eviction and Passivation Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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: