Caching: Add flag to disable clean cache button (#113598)
Caching: add flag to disable clean cache button
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user