ICache.See: Description
| Class | Description | 
|---|---|
| HigherHitsCacheMergePolicy | 
 Merges cache entries from source to destination cache if the source entry
 has more hits than the destination one. 
 | 
| LatestAccessCacheMergePolicy | 
 Merges cache entries from source to destination cache if the source entry
 has been accessed more recently than the destination entry. 
 | 
| PassThroughCacheMergePolicy | 
 Merges cache entries from source to destination directly unless the merging entry is  
null. | 
| PutIfAbsentCacheMergePolicy | 
 Merges cache entries from source to destination if they don't exist in the destination cache. 
 | 
ICache.Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.