Storage\DiskBasedResponseCache.cs (7)
82(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
116(string _, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
197(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
220(_, string entryFilePath, string contentsFilePath, bool filesExist) = GetPaths(key);
243(string keyPath, _, _, _) = GetPaths(key);
267(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);
289(string keyPath, string entryFilePath, string contentsFilePath, _) = GetPaths(key);