Size returns the cached Size
()
| 141 | |
| 142 | // Size returns the cached Size |
| 143 | func (o *Object) Size() int64 { |
| 144 | _ = o.refresh(context.TODO()) |
| 145 | return o.CacheSize |
| 146 | } |
| 147 | |
| 148 | // Storable returns the cached Storable |
| 149 | func (o *Object) Storable() bool { |