Storage\DiskBasedResponseCache.cs (7)
58(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
77(string _, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
143(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
161(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
179(string keyPath, _, _, _) = GetPaths(key);
193(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);
209(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);