Skip to content

Commit

Permalink
add notes for usage of object storage as cache
Browse files Browse the repository at this point in the history
Signed-off-by: zhangyifei <[email protected]>
  • Loading branch information
zhangyifei committed Mar 8, 2022
1 parent 4e837f2 commit c1a7aef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/types/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const (
StaticProvision ProvisionType = "static"
)

// Note:
// In the current design, when the object storage is used as the cache medium, the default object storage
// will be used as the cache medium, but in the near future users may be allowed to select different object storage
// as the cache medium according to the cluster.
// So it is temporarily reserved in `v1.10.0`, but do not use.
type ObjectProperties struct {
ID string `json:"id" bson:"id"`
}
Expand Down

0 comments on commit c1a7aef

Please sign in to comment.