| 106 | } |
| 107 | |
| 108 | Ref<IDiskCache> InMemoryDiskCache::scopedCache(const Path& subfolder, bool /*allowsReadOutsideOfScope*/) const { |
| 109 | return Valdi::makeShared<InMemoryDiskCache>(_cache, toAbsolutePath(subfolder)); |
| 110 | } |
| 111 | |
| 112 | bool InMemoryDiskCache::removeForAbsolutePath(const Path& absolutePath) { |
| 113 | auto removed = false; |
no outgoing calls
no test coverage detected