Storage\DiskBasedResponseCache.cs (7)
57(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
90(string _, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
170(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
192(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
214(string keyPath, _, _, _) = GetPaths(key);
236(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);
257(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);