Re: CacheStoreBalancingWrapper is not serializable
Store may be non-serializable, but factory should be. Singleton factories
serialized along with their instances in my understanding suitable only for
tests or pre-configured caches.
Re: CacheStoreBalancingWrapper is not serializable
Any reason you want to make it serializable? This is an internal class and
it is never transmitted over the network to a remote node. As Yakov pointed
out, cache store factory is what being transmitted to remote nodes with the
configuration.