MetadataCache returns an instance of metadata cache.
()
| 954 | |
| 955 | // MetadataCache returns an instance of metadata cache. |
| 956 | func (bm *WriteManager) MetadataCache() cache.ContentCache { |
| 957 | return bm.metadataCache |
| 958 | } |
| 959 | |
| 960 | // ManagerOptions are the optional parameters for manager creation. |
| 961 | type ManagerOptions struct { |