Skip to content

Commit f5c9a47

Browse files
committed
[INTERNAL] CacheMode: Update JSDoc
1 parent 12d15c6 commit f5c9a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui5Framework/maven/CacheMode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* @readonly
88
* @enum {string}
99
* @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
10+
* @property {string} Force Use cache only. Do not send any requests to the repository
11+
* @property {string} Off Invalidate the cache and update from the repository
1212
* @module @ui5/project/ui5Framework/maven/CacheMode
1313
*/
1414
export default {

0 commit comments

Comments
 (0)