DirCacheFlush flushes the dir cache
()
| 1857 | |
| 1858 | // DirCacheFlush flushes the dir cache |
| 1859 | func (f *Fs) DirCacheFlush() { |
| 1860 | _ = f.cache.RemoveDir("") |
| 1861 | } |
| 1862 | |
| 1863 | // GetBackgroundUploadChannel returns a channel that can be listened to for remote activities that happen |
| 1864 | // in the background |