ResolveLinkCacheMode returns the LinkCacheMode for the given path.
(path string)
| 208 | type LinkCacheModeResolver interface { |
| 209 | // ResolveLinkCacheMode returns the LinkCacheMode for the given path. |
| 210 | ResolveLinkCacheMode(path string) LinkCacheMode |
| 211 | } |
| 212 | |
| 213 | type DirectUploader interface { |