We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d15c6 commit f5c9a47Copy full SHA for f5c9a47
lib/ui5Framework/maven/CacheMode.js
@@ -7,8 +7,8 @@
7
* @readonly
8
* @enum {string}
9
* @property {string} Default Cache everything, invalidate after 9 hours
10
- * @property {string} Force Use cache only
11
- * @property {string} Off Do not use the cache
+ * @property {string} Force Use cache only. Do not send any requests to the repository
+ * @property {string} Off Invalidate the cache and update from the repository
12
* @module @ui5/project/ui5Framework/maven/CacheMode
13
*/
14
export default {
0 commit comments