What do you mean by cache configuration? If I go with the below configuration, will it create any problem ?
Person cache - Partitioned, Atomic Mode Organization / Company cache - Replicated, Transactional Mode --Kamal On Wed, Apr 27, 2016 at 10:46 AM, Alexey Goncharuk < [email protected]> wrote: > Hi, > > As long as cache configuration is the same, affinity assignment for such > caches will be identical, so you do not need to explicitly specify cache > dependency. On the other hand, if cache configurations do differ, it is not > always possible to collocate keys properly, so for this case such a > dependency also does not seem legit. > > Makes sense? > >
