Caching: Add flag to disable clean cache button (#113598)

Caching: add flag to disable clean cache button
This commit is contained in:
Bruno
2025-11-10 12:08:56 -03:00
committed by GitHub
parent 2dc48c0b98
commit f094a9d5e5
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ type FrontendSettingsAzureDTO struct {
}
type FrontendSettingsCachingDTO struct {
Enabled bool `json:"enabled"`
Enabled bool `json:"enabled"`
CleanCacheEnabled bool `json:"cleanCacheEnabled"`
}
type FrontendSettingsRecordedQueriesDTO struct {