mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for MetaCache (#15169)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/15142/merge
parent
ebed1a68ff
commit
5d91fb3c70
|
@ -67,6 +67,7 @@ type partitionInfo struct {
|
||||||
createdUtcTimestamp uint64
|
createdUtcTimestamp uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// make sure MetaCache implements Cache.
|
||||||
var _ Cache = (*MetaCache)(nil)
|
var _ Cache = (*MetaCache)(nil)
|
||||||
|
|
||||||
// MetaCache implements Cache, provides collection meta cache based on internal RootCoord
|
// MetaCache implements Cache, provides collection meta cache based on internal RootCoord
|
||||||
|
|
Loading…
Reference in New Issue