We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--clear-cache
1 parent f61725c commit 334a1c2Copy full SHA for 334a1c2
pkg/flag/cache_flags.go
@@ -80,6 +80,7 @@ type CacheOptions struct {
80
// NewCacheFlagGroup returns a default CacheFlagGroup
81
func NewCacheFlagGroup() *CacheFlagGroup {
82
return &CacheFlagGroup{
83
+ ClearCache: ClearCacheFlag.Clone(),
84
CacheBackend: CacheBackendFlag.Clone(),
85
CacheTTL: CacheTTLFlag.Clone(),
86
RedisTLS: RedisTLSFlag.Clone(),
0 commit comments