#2048 - IllegalStateException: No query cache enabled on __. Need explicit @Cache(enableQueryCache=true) ... when ebean.disableL2Cache=true l2

This commit is contained in:
rob bygrave
2020-08-26 11:33:23 +12:00
parent a626690918
commit b2ce9db8a8
4 changed files with 21 additions and 2 deletions
@@ -96,6 +96,11 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
public void setClock(Clock clock) {
}
@Override
public boolean isDisableL2Cache() {
return false;
}
@Override
public SpiLogManager log() {
return null;