Update README.md
This commit is contained in:
parent
b6ab124d83
commit
d61cbd29db
12
registry/cache/README.md
vendored
12
registry/cache/README.md
vendored
@ -19,13 +19,11 @@ type Cache interface {
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import (
|
import "github.com/micro/go-micro/registry/cache"
|
||||||
"github.com/micro/go-micro/registry"
|
|
||||||
"github.com/micro/go-micro/registry/cache"
|
|
||||||
)
|
|
||||||
|
|
||||||
r := registry.NewRegistry()
|
# create a new cache
|
||||||
cache := cache.New(r)
|
c := cache.New(registry)
|
||||||
|
|
||||||
services, _ := cache.GetService("my.service")
|
# get a service from the cache
|
||||||
|
services, _ := c.GetService("helloworld")
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user