@Override public boolean refreshObject(@NotNull DBRProgressMonitor monitor) throws DBException { authCache.clearCache(); roleCache.clearCache(); databaseAuthCache.clearCache(); cachePerObject.clear(); return true; }
@Association public Collection<DB2RoleAuth> getRoles(DBRProgressMonitor monitor) throws DBException { return roleCache.getAllObjects(monitor, this); }