fix error in caching

This commit is contained in:
Grahame Grieve 2020-04-27 14:27:07 +10:00
parent 34e4da4f39
commit 7e3051535d
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ public class SimpleWorkerContext extends BaseWorkerContext implements IWorkerCon
@Override
public boolean hasCache() {
return false;
return true;
}
@Override