| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.cache |
Implements a generic persisted cache that can be used to store results of external analysis between executions.
|
| Modifier and Type | Method and Description |
|---|---|
DataCache<java.util.List<MavenArtifact>> |
DataCacheFactory.getCentralCache()
Returns the data cache for Central search.
|
DataCache<java.util.List<Advisory>> |
DataCacheFactory.getNodeAuditCache()
Returns the data cache for Node Audit.
|
DataCache<Model> |
DataCacheFactory.getPomCache()
Returns the data cache for POM files.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.