AI rule node: improve cache key readability
This commit is contained in:
parent
5e5a7c9e51
commit
a9633cf1ce
@ -43,7 +43,7 @@ record AiSettingsCacheKey(UUID tenantId, UUID aiSettingsId) implements Versioned
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return tenantId + "_" + aiSettingsId;
|
||||
return /* cache name */ "_" + tenantId + "_" + aiSettingsId;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user