Add documentation for CacheConfig
This commit is contained in:
parent
5afaeede1c
commit
f0bcca1598
3 changed files with 16 additions and 1 deletions
3
lib/dependency-caching.js
generated
3
lib/dependency-caching.js
generated
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue