Add documentation for CacheConfig

This commit is contained in:
Michael B. Gale 2024-07-26 13:22:46 +01:00
parent 5afaeede1c
commit f0bcca1598
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 16 additions and 1 deletions

View file

@ -33,6 +33,9 @@ const caching_utils_1 = require("./caching-utils");
const util_1 = require("./util");
const CODEQL_DEPENDENCY_CACHE_PREFIX = "codeql-dependencies";
const CODEQL_DEPENDENCY_CACHE_VERSION = 1;
/**
* Default caching configurations per language.
*/
const CODEQL_DEFAULT_CACHE_CONFIG = {
java: {
paths: [