MCPcopy
hub / github.com/rclone/rclone / DirCacheFlush

Method DirCacheFlush

backend/cache/cache.go:1859–1861  ·  view source on GitHub ↗

DirCacheFlush flushes the dir cache

()

Source from the content-addressed store, hash-verified

1857
1858// DirCacheFlush flushes the dir cache
1859func (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

Callers 1

NewFsFunction · 0.95

Calls 1

RemoveDirMethod · 0.80

Tested by

no test coverage detected