Returns the path in the filesystem where cache entry resides. TODO(bernd-mesos): Remove this construct after refactoring so that the slave flags get injected into the fetcher.
| 106 | // TODO(bernd-mesos): Remove this construct after refactoring so |
| 107 | // that the slave flags get injected into the fetcher. |
| 108 | Path path() const { return Path(path::join(directory, filename)); } |
| 109 | |
| 110 | // Uniquely identifies a user/URI combination. |
| 111 | const std::string key; |
no test coverage detected