| Right now the example you gave doesn't work right? You have the same entity region being accessed with both read-only and transactional access strategies. The current code would cache whichever strategy was created first and use it for both entity caches. |