@groovy.transform.CompileStatic class CacheExtension extends java.lang.Object
The configuration for caching external results.
| Type | Name and description |
|---|---|
java.lang.Boolean |
centralSets whether the Central Analyzer's results should be cached locally. |
java.lang.Boolean |
nodeAuditSets whether the Node Audit Analyzer's results should be cached locally. |
java.lang.Boolean |
ossIndexSets whether the OSS Index Analyzer's results should be cached locally. |
| Constructor and description |
|---|
CacheExtension
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets whether the Central Analyzer's results should be cached locally. Cache expires after 30 days.
Sets whether the Node Audit Analyzer's results should be cached locally. Cache expires after 24 hours.
Sets whether the OSS Index Analyzer's results should be cached locally. Cache expires after 24 hours.
Groovy Documentation