rcache becomes cache
This commit is contained in:
parent
247249050b
commit
44b794722e
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 {
|
func (c *cache) String() string {
|
||||||
return "rcache"
|
return "cache"
|
||||||
}
|
}
|
||||||
|
|
||||||
// New returns a new cache
|
// New returns a new cache
|
||||||
|
Loading…
Reference in New Issue
Block a user