#2016 - L2 Cache - missing puts with explicit bean cache + findByIds/keys + after transaction writes

This commit is contained in:
rob bygrave
2020-05-26 23:42:44 +12:00
parent c29a57b5ec
commit 5aaed4e12b
8 changed files with 70 additions and 12 deletions
@@ -158,6 +158,11 @@ public abstract class SpiTransactionProxy implements SpiTransaction {
transaction.setSkipCache(skipCache);
}
@Override
public boolean isSkipCacheExplicit() {
return transaction.isSkipCacheExplicit();
}
@Override
public boolean isSkipCache() {
return transaction.isSkipCache();