[skip e2e] Add comment for MetaCache (#15169)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/15142/merge
Jiquan Long 2022-01-12 10:57:41 +08:00 committed by GitHub
parent ebed1a68ff
commit 5d91fb3c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ type partitionInfo struct {
createdUtcTimestamp uint64
}
// make sure MetaCache implements Cache.
var _ Cache = (*MetaCache)(nil)
// MetaCache implements Cache, provides collection meta cache based on internal RootCoord