storage is a convenience method to get the persistent storage of the object's manager
()
| 88 | |
| 89 | // storage is a convenience method to get the persistent storage of the object's manager |
| 90 | func (r *Handle) storage() *Persistent { |
| 91 | return r.cacheFs().cache |
| 92 | } |
| 93 | |
| 94 | // String representation of this reader |
| 95 | func (r *Handle) String() string { |