mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add some comments in chap03_index_service.md (#11602)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11614/head
parent
8ef650be35
commit
719bcbab3e
|
@ -67,6 +67,7 @@ type InvalidateCollMetaCacheRequest struct {
|
|||
type Proxy interface {
|
||||
Component
|
||||
|
||||
// InvalidateCollectionMetaCache notifies Proxy to clear all the meta cache of specific collection.
|
||||
InvalidateCollectionMetaCache(ctx context.Context, request *proxypb.InvalidateCollMetaCacheRequest) (*commonpb.Status, error)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue