Guys, I noticed that some entities on cache configuration are configured via factories, while others are set directly. For example, we use factory for ExpiryPolicy, but not for EvictionPolicy, which looks inconsistent. Since factory-based approach comes from JCache, I think we should use it wherever possible.
Here is the list of settings that need to be fixed (I checked only cache config): - Affinity - AffinityMapper - EvictionFilter - EvictionPolicy - CacheInterceptor - TopologyValidator Agree? -- Val