Documentation\FileBackedDocumentContentCache.cs (21)
37_logger.LogDebug("Content cache memory hit for key: {Key}", key);
45_logger.LogDebug("Content cache disk hit for key: {Key}", key);
49_logger.LogDebug("Content cache miss for key: {Key}", key);
65_logger.LogDebug("Content cache set for key: {Key}", key);
81_logger.LogDebug("ETag cache memory hit for key: {Key}", key);
90_logger.LogDebug("ETag cache disk hit for key: {Key}", key);
94_logger.LogDebug("ETag cache miss for key: {Key}", key);
113_logger.LogDebug("ETag cache cleared for key: {Key}", key);
119_logger.LogDebug("ETag cache set for key: {Key}", key);
133_logger.LogDebug("Content cache invalidated key: {Key}", key);
148_logger.LogDebug("JSON cache invalidated key: {Key}", key);
183_logger.LogDebug("JSON cache memory hit for key: {Key}", key);
192_logger.LogDebug("JSON cache miss for key: {Key}", key);
201_logger.LogDebug("JSON cache disk hit for key: {Key}", key);
208_logger.LogDebug(ex, "Failed to read JSON cache for key: {Key}", key);
244_logger.LogDebug("JSON cache set for key: {Key}", key);
248_logger.LogDebug(ex, "Failed to write JSON cache for key: {Key}", key);
285_logger.LogDebug(ex, "Failed to read cache file: {FilePath}", filePath);
302_logger.LogDebug(ex, "Failed to write cache file: {FilePath}", filePath);
320_logger.LogDebug(ex, "Failed to create cache directory: {Directory}", _diskCacheDirectory.FullName);
335_logger.LogDebug(ex, "Failed to delete cache file: {FilePath}", filePath);