987988989990991992993994995996997
else { synchronized (allCacheRegions) { if ( settings.isQueryCacheEnabled() ) { QueryCache currentQueryCache = (QueryCache) queryCaches.get(cacheRegion); if ( currentQueryCache != null ) { currentQueryCache.clear(); } } } } }