rcache becomes cache
This commit is contained in:
2
registry/cache/cache.go
vendored
2
registry/cache/cache.go
vendored
@@ -423,7 +423,7 @@ func (c *cache) Stop() {
|
||||
}
|
||||
|
||||
func (c *cache) String() string {
|
||||
return "rcache"
|
||||
return "cache"
|
||||
}
|
||||
|
||||
// New returns a new cache
|
||||
|
Reference in New Issue
Block a user