mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add implementation assertion for Cache (#15022)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
72e3352366
commit
149e049f04
@ -66,6 +66,8 @@ type partitionInfo struct {
|
||||
createdUtcTimestamp uint64
|
||||
}
|
||||
|
||||
var _ Cache = (*MetaCache)(nil)
|
||||
|
||||
// MetaCache implements Cache, provides collection meta cache based on internal RootCoord
|
||||
type MetaCache struct {
|
||||
client types.RootCoord
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user