@@ -14,52 +14,56 @@ properties:
1414 description : (*required*) interval between Update invocations
1515 update-jitter :
1616 type : string
17- description : max. amount of time by which update-interval may be adjusted
18- for requests dispersal
19- defaultDescription : update_interval / 10
17+ description : |
18+ Max. amount of time by which update-interval may be adjusted
19+ for requests dispersal.
20+
21+ Default: update_interval / 10
2022 updates-enabled :
2123 type : boolean
2224 description : if false, cache updates are disabled (except for the first one
2325 if !first-update-fail-ok)
24- defaultDescription : true
26+ default : true
2527 full-update-interval :
2628 type : string
2729 description : interval between full updates
2830 full-update-jitter :
2931 type : string
30- description : max. amount of time by which full-update-interval may be adjusted
31- for requests dispersal
32- defaultDescription : full-update-interval / 10
32+ description : |
33+ Max. amount of time by which full-update-interval may be adjusted
34+ for requests dispersal.
35+
36+ Default: full-update-interval / 10
3337 exception-interval :
3438 type : string
3539 description : sleep interval after an unhandled exception
36- defaultDescription : update_interval
40+ default : update_interval
3741 first-update-fail-ok :
3842 type : boolean
3943 description : whether first update failure is non-fatal
40- defaultDescription : false
44+ default : false
4145 task-processor :
4246 type : string
4347 description : the name of the TaskProcessor for running DoWork
44- defaultDescription : main-task-processor
48+ default : main-task-processor
4549 config-settings :
4650 type : boolean
4751 description : enables dynamic reconfiguration with CacheConfigSet
48- defaultDescription : true
52+ default : true
4953 additional-cleanup-interval :
5054 type : string
5155 description : how often to run background RCU garbage collector
52- defaultDescription : 10 seconds
56+ default : 10 seconds
5357 is-strong-period :
5458 type : boolean
5559 description : whether to include Update execution time in update-interval
56- defaultDescription : false
60+ default : false
5761 has-pre-assign-check :
5862 type : boolean
5963 description : |
6064 enables the check before changing the value in the cache, by
6165 default it is the check that the new value is not empty
62- defaultDescription : false
66+ default : false
6367 testsuite-force-periodic-update :
6468 type : boolean
6569 description : |
@@ -76,15 +80,15 @@ properties:
7680 fire an alert if the cache update failed specified amount of times
7781 in a row. If zero - alerts are disabled. Value from dynamic config
7882 takes priority over static
79- defaultDescription : 0
83+ default : 0
8084 minimum : 0
8185 safe-data-lifetime :
8286 type : boolean
8387 description : |
8488 enables awaiting data destructors in the component's destructor.
8589 Can be set to `false` if the stored data does not refer to the component
8690 and its dependencies.
87- defaultDescription : true
91+ default : true
8892 dump :
8993 type : object
9094 description : Manages cache behavior after dump load
@@ -104,7 +108,7 @@ properties:
104108 - skip
105109 - required
106110 - best-effort
107- defaultDescription : skip
111+ default : skip
108112 first-update-type :
109113 type : string
110114 description : |
@@ -113,4 +117,4 @@ properties:
113117 - full
114118 - incremental
115119 - incremental-then-async-full
116- defaultDescription : full
120+ default : full
0 commit comments