392393394395396397398399400401402
try { final CacheControl cacheControl = connection.getCacheControl(null); if (onlyCurrentSchema) { cacheControl.flushSchema(connection.getSchema()); } else { cacheControl.flushSchemaCache(); }