(storage driver.Driver, path string)
| 33 | var Cache = NewCacheManager() |
| 34 | |
| 35 | func Key(storage driver.Driver, path string) string { |
| 36 | return utils.GetFullPath(storage.GetStorage().MountPath, path) |
| 37 | } |
| 38 | |
| 39 | // recursively delete directory and its children from dirCache |
| 40 | func (cm *CacheManager) DeleteDirectoryTree(storage driver.Driver, dirPath string) { |
no test coverage detected