Storage\DiskBasedResponseCache.cs (7)
59(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
78(string _, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
144(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
162(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
180(string keyPath, _, _, _) = GetPaths(key);
194(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);
210(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);