Skip to content

Commit

Permalink
implement Cache interface on groupcache
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshat committed Oct 30, 2021
1 parent 0ae3021 commit fa71971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cache/groupcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit fa71971

Please sign in to comment.