#1258 - ENH: Add ServerConfig notifyL2CacheInForeground option ... was ServerCachePlugin BackgroundExecutor problem

This commit is contained in:
Rob Bygrave
2018-02-16 11:18:17 +13:00
parent 5237e8ba66
commit a5c6f483b0
6 changed files with 47 additions and 9 deletions
@@ -86,7 +86,7 @@ public final class PostCommitProcessing {
*/
void notifyLocalCache() {
processTableEvents(event.getEventTables());
if (manager.localL2Caching) {
if (manager.notifyL2CacheInForeground) {
// process l2 cache changes in foreground
processCacheChanges(event.buildCacheChanges(manager.viewInvalidation));
} else {