public interface XSiteEntryMergePolicy { CompletionStage> merge(K key, SiteEntry localEntry, SiteEntry remoteEntry); }