diff --git a/pkg/cache/groupcache.go b/pkg/cache/groupcache.go index e8a7840dc69..bd96c334810 100644 --- a/pkg/cache/groupcache.go +++ b/pkg/cache/groupcache.go @@ -261,3 +261,7 @@ func (c *Groupcache) Fetch(ctx context.Context, keys []string) map[string][]byte return data } + +func (c *Groupcache) Name() string { + return c.group.Name() +}