| Steve Ebersole Another question (likely not the last ) : why does EntityDataCachingConfig return the comparator through a supplier (to me returning null iff isVersioned() == false would be fine) while CollectionDataCachingConfig.getOwnerVersionComparator returns the comparator directly? |